curl --location 'https://decibel.foo/api/auth/resend-verification' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'
{ "message": "string", "coolDown": 0 }