curl --location --request GET '/api/admin/express/shipping/templates/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"appoint": true,
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"name": "string",
"sort": 0,
"type": 0,
"updateTime": "2019-08-24T14:15:22Z"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}