{ "file": {}, "id": 0 }
curl --location --request POST 'http://127.0.0.1:8080/api/question/import/' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "file": {}, "id": 0 }'
{ "code": 200, "data": {}, "msg": "导入成功" }