curl --request POST \
--url https://api.example.com/v1/ui/users/emails/changes \
--header 'Content-Type: application/json' \
--data '
{
"newEmail": "jsmith@example.com"
}
'curl --request POST \
--url https://api.example.com/v1/ui/users/emails/changes \
--header 'Content-Type: application/json' \
--data '
{
"newEmail": "jsmith@example.com"
}
'Email change verification sent