Files
Stoat/NewToken.sh
2026-02-21 01:44:46 +00:00

7 lines
242 B
Bash

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"
}'