Starting URI**:** api/v1/communities/*
GET
api/v1/communities/
(Get All communities using pagination and It'll maintain ranking for the best communities)
GET
api/v1/communities/joined
(Get All communities using pagination where current user is joined)
POST
api/v1/communities/
(Create a Community)
GET
api/v1/communities/{communityId}
(Community details)