POST
/auth/verify/resendemail
curl \
--request POST 'https://call.xap3y.space/v1/auth/verify/resendemail' \
--cookie "verify_token=$API_KEY" \
--cookie "new_email=$API_KEY"
Response examples (200)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string"
}
Response examples (400)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string"
}