# Functions
AuthorizeHandler is the main function that handles the authorization request.
# Structs
AuthorizeRequest represents the input for the Lambda function.
AuthorizeResponse represents the output of the Lambda function.
JWTClaims represents the claims in the JWT token.