{
"limit": 0,
"offset": 0,
"phone": "string",
"service_status": "string",
"unionid": "string"
}
curl --location --request POST 'https://ccrm-app.shanshu.work:6001/api/v1/hair_service/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"limit": 0,
"offset": 0,
"phone": "string",
"service_status": "string",
"unionid": "string"
}'
{
"code": 0,
"data": null,
"msg": "ok"
}