curl --location --request POST '/profile/users//email-verification' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nieuwEmail": "nieuw.email@example.com"
}'{
"verificatieToken": "string"
}