Endpoint returns information about your account. Useful to check account balance status.
[GET]
https://v2.convertapi.com/user?Secret=XXXX
[response]
{
"Secret": "td234f4k45Go6RLv",
"ApiKey": 834345618,
"Active": true,
"FullName": "Name Lastname",
"Email": "user@example.com",
"SecondsLeft": 1463
}