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