{
"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 '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"
}'