curl --location --request POST '/open/order/intercept/' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}'{
"code": 0,
"msg": "string",
"data": true,
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}