{
"name": "string",
"lat": "string",
"lng": "string",
"userId": "string"
}curl --location --request PUT 'http://localhost:5000/api/user-location/update/1' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"lat": "string",
"lng": "string",
"userId": "string"
}'{}