{
"title": "string",
"address": "string",
"lng": 0,
"lat": 0
}curl --location 'http://127.0.0.1/bvworkorder/v1/workorder/address' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"address": "string",
"lng": 0,
"lat": 0
}'{
"code": 0,
"msg": "string",
"data": {
"uid": "string"
}
}