5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
curl -i \
|
|
-H "Content-Type:application/json" \
|
|
-d "@create-person-command.json" \
|
|
"http://localhost:8081/persons/create"
|