cURL
curl --request GET \ --url https://api.vexelia.com/users/me/roles \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ "<string>" ] }
Your API key goes here, you can generate one in your account settings.
The roles the current user is associated with
Generic response that most responses inherit or return on an API endpoint