curl --location --request POST '/v2/apis//authorizers' \
--header 'Content-Type: application/json' \
--data-raw '{
"authorizerCredentialsArn": "string",
"authorizerPayloadFormatVersion": "string",
"authorizerResultTtlInSeconds": 0,
"authorizerType": "REQUEST",
"authorizerUri": "string",
"enableSimpleResponses": true,
"identitySource": [
"string"
],
"identityValidationExpression": "string",
"jwtConfiguration": {
"Audience": [],
"Issuer": "string"
},
"name": "string"
}'
{
"AuthorizerCredentialsArn": "string",
"AuthorizerId": "string",
"AuthorizerPayloadFormatVersion": "string",
"AuthorizerResultTtlInSeconds": 0,
"AuthorizerType": "REQUEST",
"AuthorizerUri": "string",
"EnableSimpleResponses": true,
"IdentitySource": {},
"IdentityValidationExpression": "string",
"JwtConfiguration": {
"Audience": [],
"Issuer": "string"
},
"Name": "string"
}