{
"initiator_uid": "string",
"is_filtered": false
}curl --location --request POST 'http://127.0.0.1:3000/api/accept_friend_request' \
--header 'Content-Type: application/json' \
--data-raw '{
"initiator_uid": "string",
"is_filtered": false
}'{
"status": "ok",
"retcode": 0,
"data": {},
"message": "string"
}