{
"RoomWxIDList": [
"string"
],
"UserNames": [
"string"
]
}
curl --location --request POST '/friend/GetContactDetailsList' \
--header 'Content-Type: application/json' \
--data-raw '{
"RoomWxIDList": [
"string"
],
"UserNames": [
"string"
]
}'
{}