{
"guid": "string",
"user_ids": [
"string"
]
}curl --location '/customer/get_one_way_friends' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"user_ids": [
"string"
]
}'{
"error_code": 0,
"error_message": "string",
"data": {
"userIds": [
"string"
]
}
}