Authorization: ********************curl --location 'http://localhost:8080/admin/notification/list?page=1&size=10&keyword=undefined&startDate=undefined&endDate=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"records": [
{
"batchId": "string",
"title": "string",
"content": "string",
"targetType": "string",
"targetUserCount": 0,
"createTime": "2019-08-24T14:15:22.123Z"
}
]
}
}