curl --request PUT \
--url https://api.sandbox.sudo.cards/fundingsources/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"status": "active",
"jitGateway": {
"url": "<string>",
"authorizationHeader": "<string>",
"authorizeByDefault": "<string>"
}
}'