GoDown/test/send.sh
2022-04-11 23:49:18 +02:00

2 lines
120 B
Bash
Executable File

#!/bin/bash
curl 127.0.0.1:8000/songs --include --header "Content-Type: application/json" -d @body.json --request "POST"