{
"account_id": "apiv2test",
"friend_account_id": "apiv2test2",
"alias": "zhangsan",
"message": "申请加好友",
"extension": "string",
"server_extension": "string"
}curl --location --request POST 'https://open.yunxinapi.com/im/v2/friends' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "apiv2test",
"friend_account_id": "apiv2test2",
"alias": "zhangsan",
"message": "申请加好友",
"extension": "string",
"server_extension": "string"
}'{
"code": 200,
"msg": "success",
"data": {
"friend_account_id": "accid2",
"alias": "name",
"extension": "string",
"server_extension": "string"
}
}