Authorization: Bearer ********************{
"mbtiName": "建筑师"
}curl --location '/admin-api/ai/role-mbti/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mbtiName": "建筑师"
}'{
"code": 0,
"data": 0,
"msg": "string"
}