curl --location 'https://api.cloud-services.yuv.com.br/customer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerName": "Customer Example",
"customerIsEnabled": true,
"userName": "Customer Example Name",
"userEmail": "example@email.com",
"userPassword": "test1234",
"permissionGroupId": 1,
"languageId": 1
}'{
"data": {
"customerId": 1234,
"customerName": "Customer Example",
"customerEmail": "example@email.com",
"customerIsEnabled": true,
"customerCreatedAt": "2026-01-01 00:00:00",
"customerUpdatedAt": "2026-01-01 00:00:00"
}
}