cURL
curl --request POST \ --url https://api.example.com/v1/email-validation-tokens \ --header 'Content-Type: application/json-patch+json' \ --data ' { "email": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "created": "2023-11-07T05:31:56Z" }
Creates a new email validation token (and sends an email).
OK