4 satır
162 B
Bash
Çalıştırılabilir Dosya
4 satır
162 B
Bash
Çalıştırılabilir Dosya
#!/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
|