{
"question": "string",
"answer": "string"
}
curl --location --request POST 'http://test-cn.your-api-server.com/api/verify_answer' \
--header 'Content-Type: application/json' \
--data-raw '{
"question": "string",
"answer": "string"
}'
{
"code": 0,
"msg": "string",
"token": "string"
}