action taggun_post_api_account_v1_feedback { label: "Add manually verified receipt data to a given receipt for feedback and training purposes" provider: taggun method: POST path: "/api/account/v1/feedback" encoding: json input: { type: "object" properties: { apikey: { type: "string" } } required: ["apikey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }