action gsmtasks_authenticate_create { label: "authenticate_create" provider: gsmtasks method: POST path: "/authenticate/" encoding: form input: { type: "object" required: ["password", "token", "username"] properties: { password: { type: "string" } token: { type: "string" } username: { type: "string" } } } output: { type: "object" required: ["password", "token", "username"] properties: { password: { type: "string" } token: { type: "string" } username: { type: "string" } } } }