[ 1, 2, 3 ]
curl --location --request POST 'http://127.0.0.1:8802/api/order/get-batch' \ --header 'Content-Type: application/json' \ --data-raw '[1, 2, 3]'
{}