1 2 3 4 5
#!/bin/bash for (( c=1; c<=50; c++ )) do curl -v http://localhost:8000/orchestration/image-upload -X POST -H "Content-Type: application/json" -d @data-ss-test1.json done