Authorization: Bearer ********************
{ "newEmail": "user@example.com" }
curl --location --request PUT '/core/v1/users/profile/change-email' \ --header 'Content-Type: application/json' \ --data-raw '{ "newEmail": "user@example.com" }'
{}