curl --location --request POST 'http://127.0.0.1:3000/api/v1/homeworks//submissions/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"format": "xlsx",
"include_fields": [
"student_name"
],
"filter": {
"status": "submitted",
"min_score": 0,
"max_score": 0
}
}'{
"code": 0,
"message": "string",
"data": {
"task_id": "string",
"download_url": "string",
"expires_at": "2019-08-24T14:15:22Z"
},
"timestamp": "2019-08-24T14:15:22Z"
}