diff --git a/NewToken.sh b/NewToken.sh new file mode 100644 index 0000000..28575ab --- /dev/null +++ b/NewToken.sh @@ -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" + }' \ No newline at end of file