POST: /user/account/email
endpoint to verify the code and update the email address.curl --location --request PATCH 'https://api.managem.co.uk/user/account/email' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'