4 lines
162 B
Bash
Executable File
4 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
curl -X POST -d '.' http://localhost:8001/api/consult
|
|
curl -X POST -d '{"name":"test-name","phone":"+79001002030"}' http://localhost:8001/api/consult
|