curl --location --request POST 'https://gatta-sa.store/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"
}