curl --location --request PUT 'https://stg-gateway.invora.app/api/billing/v2/integrations/cashfree/' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"code": "string",
"flowId": "string",
"name": "string",
"successRedirectUrl": "string",
"supports3ds": true,
"updateMask": "string"
}'{
"cashfreeProvider": {
"clientId": "string",
"code": "string",
"id": "string",
"name": "string",
"successRedirectUrl": "string"
}
}