3 lines
227 B
Bash
Executable file
3 lines
227 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
curl -d '{"username":"zcdziura","password":"test","email":"zachary@dziura.email","name":"Z. Charles Dziura"}' -H 'accept: application/url' -H 'content-type: application/json' -v http://localhost:42069/user
|