Send the email-verification magic link

Responses
  • application/json
  • application/problem+json
  • application/problem+json
Request Example for post/v1/verify/send
curl https://ffforms.com/v1/verify/send \
  --request POST \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "ok": true
}