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