{ "opencollection": "1.0.0", "info": { "name": "Picker Production Documentation accounting ticket API", "version": "V1.0.0" }, "items": [ { "info": { "name": "ticket", "type": "folder" }, "items": [ { "info": { "name": "Cancel a booking from chatbot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/cancelBookingChatbot", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ] }, "docs": "Cancel a booking from chatbot" }, { "info": { "name": "Create a ticket from chatbot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/createTicketChatbot", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ] }, "docs": "Create a ticket from chatbot" } ] } ], "bundled": true }