{
"userId": 0,
"mac": "string",
"change": true
}curl --location -g --request POST 'http://{{ip}}:9000/user-service/location/bindLocation' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"mac": "string",
"change": true
}'{
"code": 0,
"msg": "string",
"data": true
}