action rottentomatoes_in_theaters_movie_lists { provider: rottentomatoes method: GET path: "/lists/movies/in_theaters.json" encoding: json input: { type: "object" properties: { country: { type: "string" } page: { type: "string" } page_limit: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }