Updates the user’s location information including coordinates, radius, city, state, and country.
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
Latitude of the user's location
-90 <= x <= 90Longitude of the user's location
-180 <= x <= 180Radius for nearby searches in kilometers
x >= 0City of the user's location
255State or region of the user's location
255Country of the user's location
255