Retrieves the account details of the authenticated user, including name, email, and remaining credits.
GET /user/account
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Account details retrieved successfully
The response is of type object
.