curl --location 'https://livebuilds.openbravo.com/context/retail_modules_pgsql_pi/ws/org.openbravo.api.ImportService/DistributionOrder' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic T3BlbmJyYXZvOm9wZW5icmF2bw==' \ --header 'Cookie: JSESSIONID=EF94B3EF0C41FA947EB96EBE6B218A36; JSESSIONID=083ACDE90E15C1D23EF9C3F947F42783' \ --data '[ { "organization": "US", "documentNo": "A001000", "warehouseIssue": "WC", "warehouseReceipt": "EC", "description": "A001000", "lines": [ { "product": "Apple", "operativeQuantity": 1, "qtyIssued": 1, "qtyReceived": 1, "qtConfirmed": 1 } ], "IsAutomaticallyIssueStock": true, "isOverrideDOWarehouseConf": true, "client": "AWO-QA", "isIssue": true, "orderDate": "2024-10-06", "scheduledDeliveryDate": "2024-10-06" } ]'