curl --location --request PATCH '/v2/apis/' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKeySelectionExpression": "string",
"corsConfiguration": {
"AllowCredentials": true,
"AllowHeaders": [],
"AllowMethods": [],
"AllowOrigins": [],
"ExposeHeaders": [],
"MaxAge": 0
},
"credentialsArn": "string",
"description": "string",
"disableSchemaValidation": true,
"disableExecuteApiEndpoint": true,
"name": "string",
"routeKey": "string",
"routeSelectionExpression": "string",
"target": "string",
"version": "string"
}'