{
"limit": 20,
"is_filtered": false
}curl --location --request POST 'http://127.0.0.1:3000/api/get_friend_requests' \
--header 'Content-Type: application/json' \
--data-raw '{
"limit": 20,
"is_filtered": false
}'{
"status": "ok",
"retcode": 0,
"data": {
"requests": [
{
"time": -9007199254740991,
"initiator_id": -9007199254740991,
"initiator_uid": "string",
"target_user_id": -9007199254740991,
"target_user_uid": "string",
"state": "pending",
"comment": "string",
"via": "string",
"is_filtered": true
}
]
},
"message": "string"
}