Authorization: Bearer ********************{
"status_date": "2026-02-03",
"status_code": "Testo 4",
"notes": "TestApi2",
"country_id": "GB",
"place_name": "London",
"lat": 51.5072178,
"lng": -0.1275862
}curl --location 'https://demo.modaltrans.com/api/v1/milestones?record_type=shipment&record_id=2781319' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status_date": "2026-02-03",
"status_code": "Testo 4",
"notes": "TestApi2",
"country_id": "GB",
"place_name": "London",
"lat": 51.5072178,
"lng": -0.1275862
}'{
"id": 0,
"status_date": "2019-08-24T14:15:22.123Z",
"status_code": "string",
"notes": "string",
"country_id": "GB",
"lng": 0,
"lat": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}