Files
ddd-cqrs-4-java-example/demo/create-person-command.sh
2019-12-29 10:03:31 +01:00

5 lines
128 B
Bash
Executable File

curl -i \
-H "Content-Type:application/json" \
-d "@create-person-command.json" \
"http://localhost:8081/persons/create"