Logout (no-op — session revocation is managed by WorkOS)
POST
/auth/logoutClears the client-side session. Session and token revocation are handled by WorkOS, so this endpoint always succeeds and makes no server-side state change.
Auth:
BearerRequest
bash
curl -sS -X POST "https://phosra-api-sandbox-production.up.railway.app/api/v1/auth/logout" \
-H "Authorization: Bearer $PHOSRA_API_KEY"