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