curl --location --request GET '/admin/system/message/'
{
"count": 0,
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"id": 0,
"create_datetime": "2019-08-24T14:15:22Z",
"update_datetime": "2019-08-24T14:15:22Z",
"creator_name": "string",
"description": "string",
"modifier": "string",
"dept_belong_id": "string",
"title": "string",
"content": "string",
"message_type": "string",
"is_reviewed": true,
"status": "string",
"to_path": "string",
"creator": 0,
"user": [
0
]
}
]
}