Authorization: Bearer ********************curl --location '/admin-api/ai/role-mbti/page?createTime=undefined&characterFerrisWheel=undefined&socialPreference=undefined&emotionalIntensity=undefined&actionPattern=undefined&conservativeIndex=undefined&sexinessIndex=undefined&personalityTag=undefined&definitionNote=undefined&mbtiCode=undefined&mbtiName=%E7%8E%8B%E4%BA%94&pageNo=1&pageSize=10' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"list": [
{
"id": 29227,
"createTime": "2019-08-24T14:15:22.123Z",
"characterFerrisWheel": "string",
"socialPreference": 0,
"emotionalIntensity": 0,
"actionPattern": 0,
"conservativeIndex": 0,
"sexinessIndex": 0,
"personalityTag": "string",
"definitionNote": "string",
"mbtiCode": "string",
"mbtiName": "王五"
}
],
"total": 0
},
"msg": "string"
}