action bbci_get_user_watching { label: "Get user watching" description: "Get user watching" provider: bbci method: GET path: "/user/watching" encoding: json input: { type: "object" properties: { identity_cookie: { type: "number" format: "double" } } required: ["identity_cookie"] additionalProperties: false } output: { type: "object" } }