{
"commands": [
{
"imei": "123456789012345",
"value_in_meters": 50000,
"send_to_hardware": true
}
]
}curl --location 'https://cgv-prd-command-api.contele.io/v1/command/odometer' \
--header 'x-api-key: {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"commands": [
{
"imei": "123456789012345",
"value_in_meters": 50000,
"send_to_hardware": true
}
]
}'