{
"answer": "string",
"problem": "string",
"type_id": "string",
"sort": "string"
}
curl --location --request POST 'https://api.chasing.comfaq/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"answer": "string",
"problem": "string",
"type_id": "string",
"sort": "string"
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": "3"
}
}