{
"customerId": 0,
"externalUserId": "string",
"unionId": "string",
"salesId": 0,
"companyId": 0,
"replication": true
}curl --location --request POST '/api/v3/company/customer/changeToCorp' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 0,
"externalUserId": "string",
"unionId": "string",
"salesId": 0,
"companyId": 0,
"replication": true
}'{
"code": 0,
"message": "success",
"data": 478228038512704
}