Example from fastapi integrated with github actions
curl -s http://localhost:8000/items/ -H 'Content-Type: application/json' -d '{"name":"Car", "price":1500, "tax":300, "description": "brand new car"}'
Example from fastapi integrated with github actions
curl -s http://localhost:8000/items/ -H 'Content-Type: application/json' -d '{"name":"Car", "price":1500, "tax":300, "description": "brand new car"}'