sensitiveDataRequest.json 816 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "data": {
  3. "type": "session",
  4. "attributes": {
  5. "scope": "admin",
  6. "accountId": "aaaaaaaa-1337-4242-aaaa-my53cR3t4c1D",
  7. "bearerToken": "00aaa11bbbmy53cR3tT0k3nee55fff66",
  8. "sessionToken": "my53cR3tT0k3n",
  9. "expiry": "2038-01-19T03:03:33.000Z"
  10. },
  11. "oneLiner": {"nothing": "here", "organisationName": "my53cR3t Ltd.", "email": "foo@example.com"},
  12. "contact": {
  13. "organisationName": "yet another my53cR3t organisation."
  14. },
  15. "linesTest": {
  16. "simple": {
  17. "lines": [
  18. "Radio my53cR3t Road 3940",
  19. "Unit 110"
  20. ]
  21. },
  22. "special": {
  23. "lines": [
  24. "\u00c6girsvej my53cR3t 4"
  25. ]
  26. },
  27. "slashes": {
  28. "lines": [
  29. "Lieblgasse my53cR3t 2\/41\/7\/21"
  30. ]
  31. }
  32. }
  33. }
  34. }