/api/user endpoint — distinct from the external OAuth provider's /api/user which returns the provider-side user object.auth:api (bearer token).curl --location 'https://api-dev.commandroom.ai/api/api/user' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json'{
"user": {
"id": 1,
"name": "Sample Name",
"email": "user@example.com",
"goteam_id": 1,
"avatar": null,
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}