{
"drug_purchase_receipt_photo": "string",
"forehead_photo": "string",
"head_left_photo": "string",
"head_photo": "string",
"head_right_photo": "string",
"identity_card_number": "string",
"is_ccvd": true,
"is_good_shape": true,
"is_hypotension": true,
"is_sign_contract": true,
"other_disease": "string",
"province": "string",
"province_id": "string",
"purchase_place": 0,
"sale_id": "string",
"service_number": "string"
}
curl --location --request POST 'https://ccrm-app.shanshu.work:6001/api/v1/hair_service' \
--header 'Content-Type: application/json' \
--data-raw '{
"drug_purchase_receipt_photo": "string",
"forehead_photo": "string",
"head_left_photo": "string",
"head_photo": "string",
"head_right_photo": "string",
"identity_card_number": "string",
"is_ccvd": true,
"is_good_shape": true,
"is_hypotension": true,
"is_sign_contract": true,
"other_disease": "string",
"province": "string",
"province_id": "string",
"purchase_place": 0,
"sale_id": "string",
"service_number": "string"
}'
{
"code": 0,
"data": null,
"msg": "ok"
}