cURL
curl --request POST \ --url https://api.example.com/auth/verify-email \ --header 'Content-Type: application/json' \ --data ' { "token": "verification-token-uuid" } '
{ "message": "Email verified successfully" }
"verification-token-uuid"
Email verified successfully
"Email verified successfully"