Authorization: Bearer ********************{
"id": 0,
"questionBankName": "string",
"introduce": "string",
"specialCategoryId": 0,
"isOpen": 0
}curl --location --request POST 'http://127.0.0.1:9000/questionBank/modify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"questionBankName": "string",
"introduce": "string",
"specialCategoryId": 0,
"isOpen": 0
}'