Files
notesvault/scripts/register

5 lines
161 B
Bash
Executable File

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