{ "courseId": 1, "status": 2, "studentId": 2 }
curl --location --request PUT 'http://localhost:9090/courseAttendances/status' \ --header 'Content-Type: application/json' \ --data-raw '{ "courseId": 1, "status": 2, "studentId": 2 }'
{ "code": 1, "msg": "success", "data": null }