curl --location --request GET '/safety/score?latitude&longitude&radius_km' \
--header 'Authorization: Bearer <token>'{
"location": {
"latitude": 6.4281,
"longitude": 3.4219
},
"score": 72,
"level": "moderate",
"color": "yellow",
"breakdown": {
"recent_incidents_7d": 1,
"recent_incidents_30d": 4,
"trend": "stable"
},
"timestamp": "2026-03-10T14:22:00.000Z"
}