docker run --rm --network stoat_default curlimages/curl -X POST http://api:14702/auth/session/login \ -H "Content-Type: application/json" \ -d '{ "email": "YOUR_EMAIL", "password": "YOUR_PASSWORD", "friendly_name": "Name" }'