{
"is_client": true,
"phone": "string",
"service_number": "string",
"user_id": "string"
}
curl --location --request POST 'https://ccrm-app.shanshu.work:6001/api/v1/hair_service/v2/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_client": true,
"phone": "string",
"service_number": "string",
"user_id": "string"
}'
{
"code": 0,
"data": null,
"msg": "ok"
}