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