cURL
curl --request GET \ --url https://app.famulor.de/api/user/me \ --header 'Authorization: Bearer <token>'
{ "name": "Your Name", "email": "[email protected]", "total_balance": 100.67447094 }
Retrieves information of the authenticated user