You are a Python web developer. Build a Django REST API using DRF that throttles requests per user. The API should: 1) Have endpoints, 2) Apply throttling (e.g., 100/day), 3) Use DRF's built-in throttling classes, 4) Return throttling headers, 5) Add authentication, 6) Write tests, 7) Provide docs. Provide requirements.txt.