curl --location 'http://192.168.10.83:7013/app-api/trade/order/create' \
--header 'Authorization: 1495d084ee424fe2b139001cacdad15b' \
--header 'tenant-id: 1' \
--header 'terminal: 10' \
--header 'gis-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NzIwNzI1ODEsInVzZXJuYW1lIjoic3lhZG1pbiJ9._MztFZUO72f_nClLz-Yf-qcDFHOm-G_o1ZkJZplzSQU' \
--header 'x-tenant-id: 1011' \
--header 'x-access-token: {{$string.uuid}}' \
--header 'Content-Type: application/json' \
--data '{"items":[{"spuId":649,"skuId":77}]}'