{
// "Description": "Description of order 1...",
// "ProductsId": [
// 1,
// 2,
// 3
// ],
// "Quantities": [
// 1,
// 2,
// 3
// ]
}
curl --location --request PUT 'http://127.0.0.1:5051/api/Orders/1' \
--header 'Content-Type: application/json' \
--data-raw '{
// "Description": "Description of order 1...",
// "ProductsId": [
// 1,
// 2,
// 3
// ],
// "Quantities": [
// 1,
// 2,
// 3
// ]
}'
{}