{
"unionid": "oHeCcsfasf-11ad",
"field": "name",
"value": "张三"
}curl --location --request POST '/open-api/customer/info-extend/update-info-extend' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"unionid": "oHeCcsfasf-11ad",
"field": "name",
"value": "张三"
}'{
"code": 0,
"msg": "",
"data": true,
"requestId": "12321554"
}