Created
April 26, 2019 04:36
-
-
Save zabih-alipour/e0a5a848a85f6a29b5574cb762980a38 to your computer and use it in GitHub Desktop.
Repeat request calling for n times with curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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