Authorization: Bearer ********************
{
"deviceId": 1,
"appellation": "老妹儿2",
"identityType": 1,
"role": 4,
"refId": "a74d3887-1c6e-480f-a60c-f28d63c3d060"
}
curl --location --request POST '/hmd-wx/api/v2/userctx/user/device/contacts/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": 1,
"appellation": "老妹儿2",
"identityType": 1,
"role": 4,
"refId": "a74d3887-1c6e-480f-a60c-f28d63c3d060"
}'
{
"code": 0,
"message": "string",
"data": {}
}