Auth
Current user
Return current authenticated user and merchant context.
get/auth/me
Response
Current user
Example response
{
"user_id": "user_123",
"email": "operator@example.com",
"merchant_id": "merchant_demo",
"role": "admin",
"email_verified": true
}