Hello!
I want to test queries to the /corporations/{corporation_id}/structures/
endpoint. My problem is that it requires a token from a character with the Station_Manager role and none of my chars has this role on TQ. I first though I would query the SiSi datasource (where I can easily set up a char with that role), but it was removed one year ago.
So, is there any way to get sample (test) data for any endpoint?
I just need the JSON structure of the response (and for now, only that specific endpoint). I know the Swagger has a rather good description of the outgoing JSON, but sometime there are some specific details that are missing. Eg, I had a hard time finding out what the $date-time
type was (a POSIX timestamp?, an RFC 7231 date string? turned out it is an ISO 8601 string).
Regards,