Authorization: Bearer ********************
{ "otp_code": 0, "otp_ref": "string" }
curl --location --request POST '/core/v1/users/profile/verify-email-change' \ --header 'Content-Type: application/json' \ --data-raw '{ "otp_code": 0, "otp_ref": "string" }'
{}