{
"client": "string",
"gender": 0,
"identity_card_number": "string",
"phone": "string",
"user_id": "string"
}curl --location --request POST 'https://ccrm-app.shanshu.work:6001/api/v1/sale/customer/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"client": "string",
"gender": 0,
"identity_card_number": "string",
"phone": "string",
"user_id": "string"
}'{
"code": 0,
"data": null,
"msg": "ok"
}