POST http://localhost:5000/auth/resend-mail HTTP/1.1 content-type: application/json
- {
- "email": "[email protected]"
}
###
POST http://localhost:5000/auth/register HTTP/1.1 content-type: application/json
- {
- "email": "[email protected]", "password": "123456",
}
###
POST http://localhost:5000/course/sendmail?cid=1&uid=3 HTTP/1.1 content-type: application/json
- {
- "meeting_code": "214235", "reciever_email": "[email protected]"
}
###
POST http://localhost:5000/enrollment/check-status?cid=3 HTTP/1.1 content-type: application/json
{}