action britbox_resubscribe { label: "resubscribe" description: "Resubscription for a user." provider: britbox method: POST path: "/itv/resubscribe/{platform}" encoding: json input: { type: "object" properties: { planId: { type: "string" } platform: { type: "string" } } required: ["planId", "platform"] additionalProperties: false } output: { type: "object" } }