curl --request POST \
--url 'http://{{baseurl}}/api/v1/inboundOrders' \
--header 'Content-Type: application/json' \
--data '
{
"order_date": "2023-12-25",
"order_number": "<string>",
"employee_id": 123,
"product_batch_id": 123,
"warehouse_id": 123
}
'