curl --location --request GET '/api/admin/store/order/status/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"changeMessage": "string",
"changeType": "string",
"createTime": "2019-08-24T14:15:22Z",
"oid": 0
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}