Authorization: Bearer ********************curl --location --request GET '/api/v1.0/app-api/feedback/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"content": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"id": 0,
"images": "string",
"phone": "string",
"status": 0,
"updateTime": "2019-08-24T14:15:22.123Z"
},
"errMsg": "string"
}