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