{
"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",
"service_number": "string",
"time_buying": "string"
}
curl --location --request PUT 'https://ccrm-app.shanshu.work:6001/api/v1/hair_service/v2/update' \
--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",
"purchase_address": "string",
"purchase_address_code": "string",
"service_number": "string",
"time_buying": "string"
}'
{
"code": 0,
"data": null,
"msg": "ok"
}