curl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/fees/application/card//apply' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"feeApplicationUuids": [
"string"
]
}'
{
"errorCode": "99997",
"message": "General Error"
}