POST : localhost:8888/slot/create-slots
Authorization : Bearer Token
{
"title":"pair programming in DSA",
"instruction":"you have to share your screen and camera on and mic on",
"adminId":1,
"meetingLink":"<https://www.google.com/search?q=zoom+link&rlz=1C1JJTC_enIN1023IN1023&oq=zoom+link&aqs=chrome..69i57j0i512l9.3558j0j7&sourceid=chrome&ie=UTF-8>",
"duration":30,
"date":"2023-04-05",
"slotTime":[
{
"startTime":"13:00",
"endTime":"15:00"
},
{
"startTime":"18:00",
"endTime":"20:00"
}
]
}
RESPONSE : Slots created Successfully