action reverb_get_countries { label: "Retrieve a list of country codes with corresponding subregions" description: "Retrieve a list of country codes with corresponding subregions" provider: reverb method: GET path: "/countries" encoding: json output: { type: "object" additionalProperties: true } }