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