Posts by eduardo_2382 • 1 point
1 post
-
0
votes0
answers27
viewsQ: JSON data post by CURL
I’m starting to use JSON-SERVER, I don’t have much knowledge yet. I’m trying to make a JSON data POST with CURL in windows cmd. I’m using the following code: curl -d "{"nome":"usuario1", "idade":40,…