The default basic root view for DefaultRouter

GET /
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "transaction": "https://django-api.unaimunoz.dev/transaction/",
    "category": "https://django-api.unaimunoz.dev/category/",
    "budget": "https://django-api.unaimunoz.dev/budget/",
    "recurring_transactions": "https://django-api.unaimunoz.dev/recurring_transactions/",
    "goals": "https://django-api.unaimunoz.dev/goals/"
}