curl --location --request PUT 'http://127.0.0.1:3000/api/v1/system/settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"max_file_size": 0,
"allowed_file_types": [
"string"
],
"max_attachments_per_submission": 0,
"late_submission_penalty": 0,
"auto_grade_enabled": true,
"notification_enabled": true,
"system_name": "string",
"maintenance_mode": true
}'{
"code": 0,
"message": "string",
"data": {
"updated_settings": [
"string"
],
"updated_at": "2019-08-24T14:15:22Z"
},
"timestamp": "2019-08-24T14:15:22Z"
}