Files
notesvault/scripts/login
2026-06-01 09:15:08 -06:00

5 lines
158 B
Bash
Executable File

#!/bin/bash
curl -s -X POST http://localhost:8080/auth/login \
-H "Content-Type: application/json" \
-d '{"username": "starkey", "password": "password"}'