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