auth:account + accountActive. Does not require an active subscription.curl --location 'https://api.arsel.ai/api/v1/account/info' \
--header 'Authorization: Bearer <token>'{
"account": {
"id": 0,
"name": "string",
"email": "user@example.com",
"created_at": "string",
"updated_at": "string"
},
"authentication_type": "api_token",
"message": "string"
}