curl --location --request POST 'http://127.0.0.1:3000/api/v1/classes//homeworks' \
--header 'Authorization: Bearer <token>' \
--form 'title=""' \
--form 'description=""' \
--form 'content=""' \
--form 'status=""' \
--form 'deadline=""' \
--form 'max_score="100"' \
--form 'allow_late_submission="false"' \
--form 'attachments=@""'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"title": "string",
"deadline": "2019-08-24T14:15:22Z"
},
"timestamp": "2019-08-24T14:15:22Z"
}