{
"start_notification_seq": -9007199254740991,
"is_filtered": false,
"limit": 20
}curl --location --request POST 'http://127.0.0.1:3000/api/get_group_notifications' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_notification_seq": -9007199254740991,
"is_filtered": false,
"limit": 20
}'{
"status": "ok",
"retcode": 0,
"data": {
"notifications": [
{
"type": "join_request",
"group_id": -9007199254740991,
"notification_seq": -9007199254740991,
"is_filtered": true,
"initiator_id": -9007199254740991,
"state": "pending",
"operator_id": -9007199254740991,
"comment": "string"
}
],
"next_notification_seq": -9007199254740991
},
"message": "string"
}