Authorization: ********************Device-Token: ********************curl --location --request PUT '/api/locations/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Hà Nội Updated",
"lat": 21.0285,
"lng": 105.8542
}'{
"message": "Operation successful",
"data": {}
}