action gsmtasks_account_roles_notify_create { label: "account_roles_notify_create" provider: gsmtasks method: POST path: "/account_roles/{id}/notify/" encoding: json input: { type: "object" properties: { format: { type: "string" enum: ["json", "xml"] } id: { type: "string" format: "uuid" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }