action taxamo_get_countries_dict { label: "Countries" provider: taxamo method: GET path: "/api/v1/dictionaries/countries" encoding: json input: { type: "object" properties: { tax_supported: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }