action data2crm_create_request_entity { label: "POST for request" description: "Execute request into the system" provider: data2crm method: POST path: "/application/request" encoding: json input: { type: "object" properties: { "X-API2CRM-APPLICATION-KEY": { type: "string" } "X-API2CRM-USER-KEY": { type: "string" } } required: ["X-API2CRM-APPLICATION-KEY", "X-API2CRM-USER-KEY"] additionalProperties: false } output: { type: "object" additionalProperties: true } }