curl --location --request POST 'https://apip2.xuance365.com/java/mbti/calculate?mbti=ISTJ' \
--header 'Content-Type: text/plain' \
--data-raw '{
"uid": 1,
"responses": [
{
"id": 1,
"response": "a"
},
{
"id": 2,
"response": "b"
},
{
"id": 3,
"response": "a"
},
{
"id": 4,
"response": "b"
},
{
"id": 5,
"response": "a"
},
{
"id": 6,
"response": "b"
},
{
"id": 7,
"response": "a"
},
{
"id": 8,
"response": "b"
},
{
"id": 9,
"response": "a"
},
{
"id": 10,
"response": "b"
},
{
"id": 11,
"response": "a"
},
{
"id": 12,
"response": "b"
},
{
"id": 13,
"response": "a"
},
{
"id": 14,
"response": "b"
},
{
"id": 15,
"response": "a"
},
{
"id": 16,
"response": "b"
},
{
"id": 17,
"response": "a"
},
{
"id": 18,
"response": "b"
},
{
"id": 19,
"response": "a"
},
{
"id": 20,
"response": "b"
}
],
"t": "1742617298079",
"sign": "3cbcb516922d6f1c1d04fd8a06555884"
}'
{
"code": 0,
"msg": "success",
"data": {
"uid": 1,
"mbtiType": "ENTP",
"mbtiName": "辩论家",
"description": "思维敏捷,善于创新,喜欢挑战传统观点。",
"mascot": "猴子",
"emotionalWeight": 25,
"desireWeight": 25,
"passionLevel": 80,
"rationalityLevel": 20,
"independenceLevel": 90,
"attachmentLevel": 10,
"strengths": "机智幽默,逻辑清晰,多才多艺",
"weaknesses": "易厌倦重复,不耐烦,有时忽略情感因素",
"rarity": 3.2,
"suitableOccupation": "初创企业孵化人",
"bestMatch": "ENFP",
"matchDescription": "你们就像两支永不停歇的火炬,总能在创意与冒险中激发彼此的无限可能。"
}
}