curl --location -g --request PUT 'https://testapi.bimsat.com:8443/v1/v1/vehicles/routes' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": 1743462000000,
"to": 1743721200000,
"imei": "357073294046814"
}'{}