curl --location --request POST 'https://m1.apifoxmock.com/m1/4604434-0-default/collect/third/push/patient-charge/custom' \
--header 'X-Signit-App-Id;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"inpNo": "87712121211122",
"chargeCode": "HZ1001",
"chargeName": "会诊费用",
"amount": "500.23"
}
]'