Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 575 Bytes

test.rest

File metadata and controls

35 lines (23 loc) · 575 Bytes

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

{}