Authorization: Bearer ********************
curl --location --request POST '/auth/verify-email-change' \
--header 'Websync-Session;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"newEmail": "string"
}'
{
"id": 0,
"email": "string"
}