This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-my-data/examples/example.sh
Markus Ritberger cf61e0d7da initial commit
2018-06-24 21:16:26 +02:00

8 lines
214 B
Bash

curl_opts=(
-H "Content-Type: application/json"
-H "Accept: application/json"
-H "Authorization: Bearer $2"
-X POST
--data-binary "@$1"
)
curl "${curl_opts[@]}" http://localhost:8000/benchmarks/