GET
/locations/{id}
curl \
--request GET 'http://localhost:8000/locations/{id}'
Response examples (200)
{
"id": 1,
"name": "Varanda"
}
Response examples (404)
{
"error": "Location not found"
}