Authorization: Bearer ********************{
"notes": "apiupdatetest"
}curl --location --request PATCH 'https://demo.modaltrans.com/api/v1/milestones/10864957' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"notes": "apiupdatetest"
}'{
"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"
}