身分驗證
POST /auth/verify/confirm 僅限工作階段
Confirm the address with the mailed code.
請求內容
codestring 必填- The six-digit code mailed to your address.範例
123456
curl -X POST "https://freehire.me/api/v1/auth/verify/confirm" \
-H 'Content-Type: application/json' -b cookies.txt \
-d '{"code":"123456"}'{ "data": { "id": 1, "email": "[email protected]", "role": "user", "...": "..." } }