json snippet

This commit is contained in:
Able 2025-03-05 17:36:16 -06:00
parent af813ee88d
commit 5b817a626d

3
client.sh Executable file
View file

@ -0,0 +1,3 @@
curl -X POST localhost:3030/user/auth \
-H 'Content-Type: application/json' \
-d '{"username" : "my_login", "password" : "my_password"}'