5 lines
145 B
Plaintext
5 lines
145 B
Plaintext
|
curl -X POST http://localhost:8080/p14.11/php/post.php \
|
||
|
-H "Content-Type: application/json" \
|
||
|
-d '{"nazwa": "Diesel", "cena": 5.25}'
|
||
|
|