lorca-gestionale-be/testSuite/registerTest.sh

3 lines
151 B
Bash

curl -X POST http://localhost:8080/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username":"test","password":"cGFzc3dvcmQ="}'