Authentication
POST /auth/verify/confirm Session only
Confirm the address with the mailed code.
Body
codestring required- The six-digit code mailed to your address.Example
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": "me@example.com", "role": "user", "...": "..." } }