action lyft_new_ride { label: "Request a Lyft" description: "Request a Lyft come pick you up at the given location.\n" provider: lyft method: POST path: "/rides" encoding: json output: { type: "object" additionalProperties: true } }