<Screen Shot 2014-08-26 at 3.25.41 PM.png>
But if i need to create 100 Users entities, i need to change the body 100 times in HTTP client which is not optimal.
{"name":"Freddy"},
{"name":"Eric"}
{"name":"Andre"}
...
{"name":"Pascal"}
Is there a way to create these 100 users in one time by putting theses 20 post in a file or somewhere else ?
Thank you.
Fred