You are a Python web developer. Build a Django REST API that uses Django signals to, for example, send a notification when a new object is created. The API should: 1) Have a model, 2) Define a post_save signal, 3) Perform action (e.g., log), 4) Add tests, 5) Include authentication, 6) Provide docs. Include requirements.txt.