{
"id": "14",
"friendId": 3,
"userId": "1",
"nickname": "佳琪",
"isInvite": 0,
"isTop": 0,
"isNotice": 0,
"remark": "申请人",
"status": 1,
"tenantId": "000000"
}curl --location --request POST '/chat/friend/add' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "14",
"friendId": 3,
"userId": "1",
"nickname": "佳琪",
"isInvite": 0,
"isTop": 0,
"isNotice": 0,
"remark": "申请人",
"status": 1,
"tenantId": "000000"
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}