User profile
GET /v1/user/profile — Display identity for the account menu. Projects the signed-in Minara account's `/auth/me` into `{ avatar, name, subscrip
GET /v1/user/profile
Display identity for the account menu. Projects the signed-in Minara account's /auth/me into { avatar, name, subscription } — the avatar URL, display name, and subscription standing (plan, a paid flag, remaining/total credits, and expiry). Each field is omitted when the upstream payload lacks it. Always returns HTTP 200, even on upstream failure, so the UI falls back to an initials avatar instead of surfacing an error.
| Method | GET |
| Path | /v1/user/profile |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | auth |