curl --location --request GET 'localhost:8081/api/problem/list' \
--header 'token;'
{
"code": 0,
"data": [
{
"commonProblem": "string",
"createDate": "2019-08-24T14:15:22Z",
"createTime": "2019-08-24T14:15:22Z",
"createUserId": 0,
"createUserName": "string",
"deleted": 0,
"faq": "string",
"id": "string",
"new": true,
"numberViews": 0,
"problemType": "string",
"status": 0,
"updateDate": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"updateUserId": 0,
"updateUserName": "string"
}
],
"msg": "string"
}