curl --location --request POST '/handle/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid":"app574223018568",
"version":"v4",
"product":"query",
"order_id":"other_orderid",
"merchant_order_id":"",
"nonce":"",
"time":"1723447000",
"sign":"asddasdfasfadsfdsfagf"
}'{
"code": 1,
"info": "string",
"data": {
"order_id": "GC456",
"merchant_order_id": "456",
"number": "N123456",
"status": "1",
"cash": "50",
"price": "51"
}
}