curl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/card-program/raise-funding' \
--header 'requestUuid;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardProgramUuid": "c83d26ed-f093-4e43-b81b-35884f068d4b",
"amount": "10000.00",
"transactionType": "CREDIT",
"documentUploadUuid": "e95a7a97-5889-4001-8c40-ed79a8ab6ae9"
}'{
"cardProgramUuid": "c83d26ed-f093-4e43-b81b-35884f068d4b",
"amount": "10000.00",
"transactionType": "CREDIT",
"status": "PENDING"
}