Get your own user information.
GET /api/user
Example request :
curl "https://cloud.boxydev.com/api/user" \
-H "Authorization: Bearer {token}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"
Example response :
{
"id": 1,
"name": "Fiorella",
"email": "[email protected]",
"avatar": "https://unavatar.io/[email protected]"
}