{
"content": "string",
"isJoin": "string",
"typeId": "string"
}
curl --location --request POST '/assessment/student-assessment-basic' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"isJoin": "string",
"typeId": "string"
}'
{
"code": 0,
"msg": "string"
}