curl --location --request PATCH '/v2/apis//integrations//integrationresponses/' \
--header 'Content-Type: application/json' \
--data-raw '{
"contentHandlingStrategy": "CONVERT_TO_BINARY",
"integrationResponseKey": "string",
"responseParameters": {
"property1": "string",
"property2": "string"
},
"responseTemplates": {
"property1": "string",
"property2": "string"
},
"templateSelectionExpression": "string"
}'
{
"ContentHandlingStrategy": "CONVERT_TO_BINARY",
"IntegrationResponseId": "string",
"IntegrationResponseKey": "string",
"ResponseParameters": {},
"ResponseTemplates": {
"property1": "string",
"property2": "string"
},
"TemplateSelectionExpression": "string"
}