own:question-bank permission; only the owning teacher may add questions to the bank (manage:all bypasses).core.session_token: ********************Authorization: Bearer ********************curl --location '/question-banks//questions' \
--header 'Content-Type: application/json' \
--data '{
"type": "MULTIPLE_CHOICE",
"text": "string",
"content": {
"property1": "string",
"property2": "string"
},
"answerKey": {
"property1": "string",
"property2": "string"
},
"points": 1,
"order": 0
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"bankId": "string",
"type": "MULTIPLE_CHOICE",
"text": "string",
"content": {
"property1": "string",
"property2": "string"
},
"answerKey": {
"property1": "string",
"property2": "string"
},
"points": 0,
"order": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}