API ReferenceAccount
Get Profile
Uses `JwtSession` (not `JwtUser`) so waitlisted users can reach this endpoint; the dashboard relies on the `status` field to decide between the waitlist screen and the regular dashboard.
curl -X GET "https://loading/account/profile"{
"avatar_url": "string",
"created_at": "string",
"email": "string",
"email_verified": true,
"id": "string",
"name": "string",
"providers": [
"string"
],
"role": "string",
"status": "string"
}Empty
Empty