Authentication
POST /auth/verify/request Session only
Send (or resend) a six-digit email verification code.
Mails a fresh code to the caller’s own address, never a body field. Returns 202 Accepted. 409 if the address is already confirmed.
curl -X POST "https://freehire.me/api/v1/auth/verify/request" -b cookies.txt