[
{
"question_id": 1,
"answer": "答案1"
},
{
"question_id": 2,
"answer": "答案2"
},
{
"question_id": 3,
"answer": "答案3"
}
]
curl --location --request POST 'user/set_protection' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"question_id": 1,
"answer": "答案1"
},
{
"question_id": 2,
"answer": "答案2"
},
{
"question_id": 3,
"answer": "答案3"
}
]'{}