action taxamo_get_settlement_stats_by_country { label: "Settlement by country" provider: taxamo method: GET path: "/api/v1/stats/settlement/by_country" encoding: json input: { type: "object" properties: { date_from: { type: "string" } date_to: { type: "string" } } required: ["date_from", "date_to"] additionalProperties: false } output: { type: "object" additionalProperties: true } }