curl --location --request GET 'http://localhost:8080/student/get/draft' \
--header 'token;'
{
"code": 0,
"msg": "",
"data": {
"id": 0,
"content": "",
"authorID": 0,
"imgURLs": [
""
],
"createdAt": "",
"updatedAt": "",
"isDraft": false
}
}