{
"customer_id": "string",
"drug_purchase_receipt_photo": "string",
"forehead_photo": "string",
"hair_manage_id": "string",
"head_left_photo": "string",
"head_photo": "string",
"head_right_photo": "string",
"is_hair_manage": 0,
"purchase_address": "string",
"purchase_address_code": "string",
"service_type": 0,
"time_buying": "string",
"user_id": "string"
}
curl --location --request POST 'https://ccrm-app.shanshu.work:6001/api/v1/sale/hair_service/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_id": "string",
"drug_purchase_receipt_photo": "string",
"forehead_photo": "string",
"hair_manage_id": "string",
"head_left_photo": "string",
"head_photo": "string",
"head_right_photo": "string",
"is_hair_manage": 0,
"purchase_address": "string",
"purchase_address_code": "string",
"service_type": 0,
"time_buying": "string",
"user_id": "string"
}'
{
"code": 0,
"data": null,
"msg": "ok"
}