{
"taxFileNumber": "string",
"changeName": "string"
}curl --location --request POST '/open/businessEntity/businessChange' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"taxFileNumber": "string",
"changeName": "string"
}'{
"code": 0,
"message": "",
"errMsg": "",
"data": false,
"timestamp": ""
}