not_receiver
{
"notification_id": 0
}
curl --location --request POST 'http://localhost:8000/notification/read' \
--header 'Content-Type: application/json' \
--data-raw '{
"notification_id": 0
}'
{
"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"
}
}