Root endpoint that returns API status.
GET / HTTP/1.1 Host: localhost:8000 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful Response
text
Health check endpoint to verify API is operational.
GET /health HTTP/1.1 Host: localhost:8000 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*