GoDown/test/send.sh

2 lines
120 B
Bash
Raw Normal View History

2022-04-11 23:49:18 +02:00
#!/bin/bash
curl 127.0.0.1:8000/songs --include --header "Content-Type: application/json" -d @body.json --request "POST"