Where I'm At API checking…
| Method | Path | Purpose |
|---|---|---|
| GET | /v1/health | Liveness check |
| POST | /v1/auth/apple | Sign in with Apple → user + token |
| PATCH | /v1/users/me | Update profile (Bearer) |
| POST | /v1/devices | Register APNs device token (Bearer) |
Authenticated endpoints expect Authorization: Bearer <api_token>.