action slicebox_post_users_login { label: "post_users_login" description: "Obtain a session cookie that can be used to authenticate future API calls from the present IP address and with the present user agent." provider: slicebox method: POST path: "/users/login" encoding: json output: { type: "object" additionalProperties: true } }