curl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/card-program/raise-funding' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardProgramUuid": "c83d26ed-f093-4e43-b81b-35884f068d4b",
"amount": "10000.00",
"sourceFunds": "OTHER"
}'