This route create a new room with given id if given.
URL : /api/v1/room
Method : POST
{
roomId:? "Some Room Id"
}
Code : 200
Content Example
{
status : "success",
sroom : "Room Id Sent"
}
Code : 500
Content Example
{
status : "fail",
err : "Some Error Here"
}