{ "goodsId": 0, "quantity": 0 }
curl --location --request POST '/business/orders//items' \ --header 'Content-Type: application/json' \ --data-raw '{ "goodsId": 0, "quantity": 0 }'
{}