write at command station v1.0.4 --mode technical --target-file ./docs/api_v3.md The buffer opens. You write:
# Authentication Update for v3 To authenticate, send a POST request to /auth/token : write at command station v1.0.4
```python import requests response = requests.post(..., json="api_key": "user_key") ``` write at command station v1