curl --request GET \ --url https://sandbox.prezio.eu/api/users/me/ \ --header 'Authorization: <api-key>'
{ "username": "<string>", "name": "<string>", "url": "<string>" }
Token-based authentication with required prefix "Token"
The response is of type object.
object