Authorization: Bearer ********************{
"status": "accepted",
"grade": 85,
"notes": "Internal notes",
"message": "Feedback to student"
}curl --location --request PUT 'https://api.msaaq.com/v1/admin/assignment-members/' \
--header 'X-Academy-ID: {{academy_id}}' \
--header 'Accept: application/json' \
--header 'Accept-Language: ar' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "accepted",
"grade": 85,
"notes": "Internal notes",
"message": "Feedback to student"
}'