action ritekit_hashtag_stats { label: "Hashtag Stats" description: "Returns real-time stats for up to 100 hashtags (updated hourly)." provider: ritekit method: GET path: "/v1/stats/multiple-hashtags" encoding: json input: { type: "object" properties: { tags: { type: "array" items: { type: "object" } } } required: ["tags"] additionalProperties: false } output: { type: "object" additionalProperties: true } }