POST http://localhost:5000/api/login Content-Type: application/json
- {
- "email": "yassinabde@outlook.com", "password": "yassyass"
}
### Modify Attendance - Join a Different Event PUT http://localhost:5000/api/ModifyAttendance content-type: application/json
- {
- "userId": "0E73F0D1-A70C-472D-B41B-A8DC84403A54", "eventId": "1B79CB36-86CE-462E-81E1-811D9C047F5C"
}