Add NewToken.sh
This commit is contained in:
7
NewToken.sh
Normal file
7
NewToken.sh
Normal 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"
|
||||
}'
|
||||
Reference in New Issue
Block a user