{
"id": 0,
"content": "string",
"imgURLs": [
"string"
],
"authorID": 0,
"createdAt": "string",
"updatedAt": "string",
"isDraft": true
}
curl --location --request POST 'http://localhost:8080/student/post/topic' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"content": "string",
"imgURLs": [
"string"
],
"authorID": 0,
"createdAt": "string",
"updatedAt": "string",
"isDraft": true
}'
{
"code": 0,
"msg": "",
"data": null
}