lorca-gestionale-be/testSuite/fullRegisterCinematic/0_register_user.sh

4 lines
152 B
Bash

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