curl --location --request GET '/api/medoutdoc/fee/patientfee/apply/' \
--header 'Authorizations: {{token}}'
{
"OrderFeeApplyVOList": [
{
"combId": "string",
"itemName": "string",
"applyQty": 0,
"applyDate": "string",
"refundState": "string",
"totCost": 0,
"applyId": "string"
}
]
}