{
"id": 0,
"topicId": 0,
"commentId": 0,
"authorId": 0,
"userId": 0,
"tags": "string",
"detailedDescription": "string"
}
curl --location --request POST 'http://localhost:8080/student/report/insert' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"topicId": 0,
"commentId": 0,
"authorId": 0,
"userId": 0,
"tags": "string",
"detailedDescription": "string"
}'
"string"