Accounts
Get current account
Returns the authenticated account profile.
get/v1/account
Response
Account profile loaded.
Example response
{
"accountId": "acct_123",
"email": "user@example.com",
"provider": "google",
"plan": "pro",
"displayName": null
}