{
"order_id": 0,
"terminal": 0
}
curl --location --request POST '/api/reduction/place' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": 0,
"terminal": 0
}'
{"code":1,"show":0,"msg":"","data":{"order_id":102}}