api_key: ********************
X-Api-Key: ********************
curl --location --request GET 'https://app.sellerassistant.app/api/v1/users/me?api_key'
{
"id": 123,
"email": "test@gmail.com",
"name": "My Name",
"tokensLeft": 555,
"tokensUsed": 445,
"tokensLimit": 1000,
"tokensRefillAt": "2024-10-02T00:00:00.000000Z"
}