action staging_ecotaco_estimate_a_ride { label: "Estimate a ride" description: "" provider: staging_ecotaco method: GET path: "/rides/{id}/estimate" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "Accept-Language": { type: "string" } id: { type: "number" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }