curl --location --request GET '/safety/route?from_lat&from_lng&to_lat&to_lng&checkpoints' \
--header 'Authorization: Bearer <token>'{
"route_safety_score": 0,
"lowest_safety_score": 0,
"checkpoints": [
{
"checkpoint": 0,
"location": {},
"safety_score": 0,
"level": "string"
}
],
"danger_zones": [
{}
],
"recommendation": "string",
"alternative_needed": true
}