Skip to content

Instantly share code, notes, and snippets.

@zabih-alipour
Created April 26, 2019 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zabih-alipour/e0a5a848a85f6a29b5574cb762980a38 to your computer and use it in GitHub Desktop.
Save zabih-alipour/e0a5a848a85f6a29b5574cb762980a38 to your computer and use it in GitHub Desktop.
Repeat request calling for n times with curl
curl -X POST http://localhost:8081/api/v1/users?[0-100] -H 'Content-Type: application/json' -H 'cache-control: no-cache' -d '{ "name": "2Mohammad", "email": "Asghar2" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment