Add NewToken.sh

This commit is contained in:
2026-02-21 01:44:46 +00:00
parent 077236ccf3
commit 56ce642c35

7
NewToken.sh Normal file
View File

@@ -0,0 +1,7 @@
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"
}'