Authorization: Bearer ********************
{
"deviceId": "string",
"appellation": "string",
"avatar": "string",
"identityType": 0,
"role": 0,
"inviterUserId": "string"
}
curl --location --request POST '/hmd-wx/api/v2/userctx/user/app/contacts/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string",
"appellation": "string",
"avatar": "string",
"identityType": 0,
"role": 0,
"inviterUserId": "string"
}'
{
"code": 0,
"message": "string",
"data": {}
}