method Path
/*
Parameters
value
Method path defined as {resource_path}/{http_method}
for an individual method override, or */*
for overriding all methods in the stage. Ensure to trim any leading forward slashes in the path (e.g., trimprefix(aws_api_gateway_resource.example.path, "/")
).