curl --location --request GET '/adminapi/msg/adminMsg/list' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE3NjA5NDQ0NjYsImlzcyI6InRpZ3Nob3AiLCJzdWIiOiJhZG1pbiIsImV4cCI6MTc2MzUzNjQ2NiwidXNlcklkIjoxLCJpc0FkbWluIjp0cnVlLCJ1c2VybmFtZSI6ImFkbWluIn0.3-NTk54VYUkVXdYnipFjUaej2h5B3JHLtmy46vhQW6DZBcfUcG965oBe_FmgoqVFfAc7IcOXBtu2enEX0Rt4vw' \
--header 'X-Shop-Id: 0'{
"records": [
{
"msgId": 0,
"msgType": 0,
"sendTime": "string",
"isReaded": 0,
"shopId": 0,
"adminId": 0,
"orderId": 0,
"productId": 0,
"title": "string",
"content": "string",
"msgLink": "string",
"relatedData": {
"raw": {
"property1": {},
"property2": {}
},
"config": {
"keyComparator": {},
"ignoreError": true,
"ignoreCase": true,
"dateFormat": "string",
"ignoreNullValue": true,
"transientSupport": true,
"stripTrailingZeros": true,
"checkDuplicate": true,
"order": true
},
"empty": true,
"property1": {},
"property2": {}
}
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}