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