curl --location --request POST 'user/get_protection' \
--header 'token: {{token}}' \
--form 'username="15516923831"'{
"code": 0,
"msg": "string",
"time": "string",
"data": [
{
"id": 0,
"user_id": 0,
"question_id": 0,
"answer": "string",
"create_time": 0
}
]
}