curl --location --request POST 'http://82.180.154.188:4352/notifications' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "This is the notification title",
"message": "This is the notification message",
"user": "68378af89f567a349f209877"
}'
{
"status": "success",
"message": "Notification created successfully"
}