curl --location -g --request PATCH 'https://uat-lb.simplifipay.com/v1/card-program//status' \
--header 'requestUuid;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardProgramStatus": "ACTIVE"
}'