action sonar_get_country_currencies { label: "Return a list of all currencies of countries, available via service" provider: sonar method: GET path: "/country/currencies" encoding: json input: { type: "object" properties: { language: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }