token (string)UserEmailConfirmModelSuccessResponseModelOfBooleanapi_id: ********************curl --location 'https://api.veloconnect.me/api/customer-users/emails' \
--header 'token;' \
--header 'api_id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"confirmationCode": "string",
"newEmail": "user@example.com"
}'{
"data": [
true
]
}