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