notification_id
no_result
permission_required
curl --location --request GET 'http://localhost:8000/notification/get_by_id?notification_id'
{
"notification_id": 0,
"sender_id": 0,
"receiver_id": 0,
"created_time": 0,
"read_time": 0,
"content": {
"content_type": "text",
"category": "basic",
"title": "string",
"message": "string"
}
}