{
"targetType": "NODE",
"key": "string",
"value": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/udvs/user-udvs/61dcfd8d428d556dd0734c9e' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Authorization: Bearer sdfsdf' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetType": "NODE",
"key": "string",
"value": "string"
}'
{
"code": 200,
"message": "设置成功",
"data": [
{
"key": "swe",
"value": "1122334455",
"dataType": "STRING",
"label": "第二个自定义字段"
}
]
}