Where I'm At API checking…

MethodPathPurpose
GET/v1/healthLiveness check
POST/v1/auth/appleSign in with Apple → user + token
PATCH/v1/users/meUpdate profile (Bearer)
POST/v1/devicesRegister APNs device token (Bearer)

Authenticated endpoints expect Authorization: Bearer <api_token>.