action staging_ecotaco_cancel_fee_of_a_ride { label: "Cancel fee of a Ride" description: "**Must be authenticate**" provider: staging_ecotaco method: GET path: "/rides/{id}/cancel_fees" 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 } }