Get information about the current authorized user.
cURL
curl --request GET \ --url https://app.staging.sendo.so/api/v3/me \ --header 'Authorization: Bearer <token>'
{ "id": 123456, "first_name": "Sendoso", "last_name": "Devs", "email": "developers@sendoso.com", "balance": "500.0", "team_balance": 1543, "role": "manager" }