# Exemple avec curl curl -X POST http://localhost:5000/api/publish/vehicle/EV001/vcu_speed \ -H "Content-Type: application/json" \ -d '{"speed": 75}' curl -X POST "http://localhost:5000/api/publish/EVIAS/vehicle/EV001/eck_os/eck_to_cloud/hv_box/Vout" \ -H "Content-Type: application/json" \ -d '{"Vout": 420}'
# Exemples avec curl curl http://localhost:5000/api/read/vehicle/EV001/vcu_speed curl http://localhost:5000/api/read/vehicle/EV001/all curl "http://localhost:5000/api/read/EVIAS/vehicle/EV001/eck_os/eck_to_cloud/hv_box/Vout"