Authorization: Bearer ********************curl --location '/admin-api/ai/character-preset/list?pageNo=1&pageSize=10' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"id": 11614,
"createTime": "2019-08-24T14:15:22.123Z",
"name": "芋艿",
"socialPreference": 0,
"emotionalIntensity": 0,
"actionPattern": 0,
"conservativeIndex": 0,
"sexinessIndex": 0,
"mbtiCode": "string"
}
],
"msg": "string"
}