Authorization: Bearer ********************curl --location --request GET 'https://test-api.bringthisfood.com/v1/resources/locations/city/ile-ife/streets/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"data": [
{
"city": "Ile - Ife (Off Campus)",
"street": "Parakin"
}
]
}