The default basic root view for DefaultRouter

GET /rest-api-pro/api/v1/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "resources": "https://djz.djangozen.com/rest-api-pro/api/v2/resources/?format=api",
    "users": "https://djz.djangozen.com/rest-api-pro/api/v1/users/?format=api",
    "organizations": "https://djz.djangozen.com/rest-api-pro/api/v1/organizations/?format=api"
}