curl --location '/api/oauth/byai.cdp.customer.batch/1.0.0/import' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'accessToken={{access_token}}' \
--data-urlencode 'companyId={{company_id}}' \
--data-urlencode 'callJobId=100304683' \
--data-urlencode 'customerInfoVOList=[
{
"name": "李大风",
"phone": "1993444999",
}
]'{}