curl -X GET "https://app.famulor.de/api/user/me" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
{ "name": "Your Name", "email": "[email protected]", "total_balance": 100.67447094 }
Retrieves information of the authenticated user