action cpy_post_api_v1_users_me_subscriptions { label: "Add subscription to my user" provider: cpy method: POST path: "/api/v1/users/me/subscriptions" encoding: json input: { type: "object" required: ["uri"] properties: { uri: { type: "string" format: "uri" description: "uri of the video channels to subscribe to" } } } output: { type: "object" additionalProperties: true } }