{
"msgId": 0,
"msgType": 0,
"sendTime": 0,
"isReaded": true,
"shopId": 0,
"adminId": 0,
"orderId": 0,
"productId": 0,
"title": "string",
"content": "string",
"msgLink": "string",
"relatedData": "string"
}curl --location --request POST '/adminapi/msg/adminMsg/setReaded' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE3NjA5NDQ0NjYsImlzcyI6InRpZ3Nob3AiLCJzdWIiOiJhZG1pbiIsImV4cCI6MTc2MzUzNjQ2NiwidXNlcklkIjoxLCJpc0FkbWluIjp0cnVlLCJ1c2VybmFtZSI6ImFkbWluIn0.3-NTk54VYUkVXdYnipFjUaej2h5B3JHLtmy46vhQW6DZBcfUcG965oBe_FmgoqVFfAc7IcOXBtu2enEX0Rt4vw' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"msgId": 0,
"msgType": 0,
"sendTime": 0,
"isReaded": true,
"shopId": 0,
"adminId": 0,
"orderId": 0,
"productId": 0,
"title": "string",
"content": "string",
"msgLink": "string",
"relatedData": "string"
}'