curl --location --request POST 'http://127.0.0.1:3000/api/v1/submissions//feedback' \
--header 'Content-Type: application/json' \
--data-raw '{
"score": 0,
"feedback": "string",
"send_notification": true
}'{
"code": 0,
"message": "string",
"data": {
"submission_id": 0,
"score": 0,
"feedback": "string",
"graded_by": {
"id": 0,
"username": "string",
"role": "user",
"email": "user@example.com",
"status": "active",
"profile": {
"profile_name": "string",
"avatar_url": "string"
},
"created_at": "2019-08-24T14:15:22Z",
"last_login": "2019-08-24T14:15:22Z"
},
"graded_at": "2019-08-24T14:15:22Z"
},
"timestamp": "2019-08-24T14:15:22Z"
}