cURL
curl --request GET \ --url https://genaipro.vn/api/v2/me \ --header 'Authorization: Bearer <token>'
{ "id": "abc123", "username": "johndoe", "balance": 50000 }
Get basic user information including ID, username, and balance