身分驗證
GET /auth/me 工作階段或 API 金鑰
當前使用者(cookie 或 API 金鑰)。
curl "https://freehire.me/api/v1/auth/me" -H "Authorization: Bearer $FREEHIRE_API_KEY"{ "data": { "id": 1, "email": "[email protected]", "role": "user" } }身分驗證
curl "https://freehire.me/api/v1/auth/me" -H "Authorization: Bearer $FREEHIRE_API_KEY"{ "data": { "id": 1, "email": "[email protected]", "role": "user" } }