curl --location --request PUT 'http://127.0.0.1:3000/api/v1/classes//homeworks/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"description": "string",
"content": "string",
"deadline": "2019-08-24T14:15:22Z",
"max_score": 0,
"allow_late_submission": true
}'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"title": "string",
"deadline": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
},
"timestamp": "2019-08-24T14:15:22Z"
}