Retrieve the authenticated user’s profile information.
| Field | Type | Description |
|---|---|---|
uuid | string | Unique user identifier |
email | string | User’s email address |
email_verified | boolean | Whether the email has been verified |
created_at | string | Account creation timestamp (ISO 8601) |
updated_at | string | Last update timestamp (ISO 8601) |
| Code | Description |
|---|---|
200 | Success |
401 | Invalid or missing token |