{
// "CustomerId": "0078987f-157f-4d1f-9c40-34812a9f2dbc",
// "Description": "Description of order 9...",
// "ProductsId": [
// 1,
// 2,
// 3
// ],
// "Quantities": [
// 3,
// 2,
// 1
// ]
}
curl --location --request POST 'http://127.0.0.1:5051/api/Orders/' \
--header 'Content-Type: application/json' \
--data-raw '{
// "CustomerId": "0078987f-157f-4d1f-9c40-34812a9f2dbc",
// "Description": "Description of order 9...",
// "ProductsId": [
// 1,
// 2,
// 3
// ],
// "Quantities": [
// 3,
// 2,
// 1
// ]
}'
{}