Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:9000/questionBank/' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"createdBy": 0,
"createdName": "string",
"createdTime": "2019-08-24T14:15:22.123Z",
"lastModifiedTime": "2019-08-24T14:15:22.123Z",
"lastModifiedBy": 0,
"lastModifiedName": "string",
"deleted": true,
"questionBankName": "string",
"introduce": "string",
"specialCategoryId": 0,
"isOpen": 0,
"tenantId": 0
}