Get Account

GET https://app.resemble.ai/api/v2/account

{
"success": true,
"item": {
"email": "user@example.com",
"first_name": "Jane",
"last_name": "Doe",
"teams": 2,
"created_at": "2023-03-12T18:10:00Z"
}
}
curl 'https://app.resemble.ai/api/v2/account' \
-H 'Authorization: Bearer YOUR_API_TOKEN'