12345678910111213141516171819202122232425262728293031323334 |
- {
- "data": {
- "type": "session",
- "attributes": {
- "scope": "admin",
- "accountId": "aaaaaaaa-1337-4242-aaaa-my53cR3t4c1D",
- "bearerToken": "00aaa11bbbmy53cR3tT0k3nee55fff66",
- "sessionToken": "my53cR3tT0k3n",
- "expiry": "2038-01-19T03:03:33.000Z"
- },
- "oneLiner": {"nothing": "here", "organisationName": "my53cR3t Ltd.", "email": "foo@example.com"},
- "contact": {
- "organisationName": "yet another my53cR3t organisation."
- },
- "linesTest": {
- "simple": {
- "lines": [
- "Radio my53cR3t Road 3940",
- "Unit 110"
- ]
- },
- "special": {
- "lines": [
- "\u00c6girsvej my53cR3t 4"
- ]
- },
- "slashes": {
- "lines": [
- "Lieblgasse my53cR3t 2\/41\/7\/21"
- ]
- }
- }
- }
- }
|