用 curl 送檔案到 api 的方式
curl -X PUT -d '{"id": 1}' https://reqbin.com/echo/post/json
curl -d @path/to/data.json https://reqbin.com/echo/post/json