cURL
curl --request GET \ --url https://app.autocalls.ai/api/user/me \ --header 'Authorization: Bearer <token>'
{ "name": "John Doe", "email": "[email protected]", "total_balance": 125.50 }
Get the authenticated user’s profile information