{
"friendUserId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/message/app/friend/unpairConfirm' \
--header 'Content-Type: application/json' \
--data-raw '{
"friendUserId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}