Authori-Zation: ********************
curl --location --request POST '/adminapi/order/brokerage/full_flow' \ --header 'Authori-Zation;' \ --data-urlencode 'start_time=0' \ --data-urlencode 'end_time=0' \ --data-urlencode 'order_id=wx415108944365617152' \ --data-urlencode 'store_id=45' \ --data-urlencode 'appkey={{APPKEY}}' \ --data-urlencode 'version={{VERSION}}' \ --data-urlencode 'timestamp={{TIMESTAMP}}' \ --data-urlencode 'sign={{SIGN}}'
{ "status": 200, "msg": "update success !!", "data": { "update_data": [ "wx400301881697501184" ] } }