action vatapi_api_usage { label: "Check api requests remaining on current subscription plan" provider: vatapi method: GET path: "/usage-check" encoding: json input: { type: "object" properties: { "Response-Type": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }