{
"customer_name": "string",
"customer_label": [
0
],
"customer_way": "string",
"b37a3f16": "string",
"area_cascade": [
"string"
],
"9bfe77e4": "string",
"customer_followed": "string",
"types": 0,
"force": 0,
"uid": 0
}curl --location --request POST '/open/customer' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_name": "string",
"customer_label": [
0
],
"customer_way": "string",
"b37a3f16": "string",
"area_cascade": [
"string"
],
"9bfe77e4": "string",
"customer_followed": "string",
"types": 0,
"force": 0,
"uid": 0
}'{}