{
"userId": 0,
"longitude": "string",
"latitude": "string",
"province": "string",
"city": "string",
"region": "string"
}
curl --location --request POST 'https://test-api.yunjishop.cn/user/updatePosition' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"longitude": "string",
"latitude": "string",
"province": "string",
"city": "string",
"region": "string"
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": null
}