Authorization: ********************Device-Token: ********************curl --location --request GET '/api/locations/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>'{
"data": {
"id": 1,
"name": "Hà Nội",
"lat": 21.0285,
"lng": 105.8542,
"country": "VN",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}