action jirafe_post_customer { label: "Send a customer for the given site" provider: jirafe method: POST path: "/{siteId}/customer" encoding: json input: { type: "object" properties: { siteId: { type: "string" } } required: ["siteId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }