curl --location --request PUT 'https://stg-gateway.invora.app/api/billing/v2/integrations/mappings/' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"externalAccountCode": "string",
"externalId": "string",
"externalName": "string",
"integrationId": "string",
"mappableId": "string",
"mappableType": "MAPPABLE_TYPE_ENUM_UNSPECIFIED",
"updateMask": "string"
}'{
"mapping": {
"billingEntityId": "string",
"externalAccountCode": "string",
"externalId": "string",
"externalName": "string",
"id": "string",
"integrationId": "string",
"mappableId": "string",
"mappableType": "MAPPABLE_TYPE_ENUM_UNSPECIFIED"
}
}