action staging_ecotaco_create_a_ride { label: "Create a ride" description: "" provider: staging_ecotaco method: POST path: "/rides?page={page}&per_page={per_page}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "Accept-Language": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }