Authorization: Bearer ********************curl --location --request POST '/notifications/send/150' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Test HELP Notification",
"body": "This is a normal notification",
"link": "cantant://products/count/bulk-upload"
}'{
"success": true,
"message": "Notification saved successfully",
"data": {
"user_id": null,
"title": "Hello World",
"body": "This is a normal notification",
"category": "tip",
"published_at": "2023-10-04T22:00:08+0000",
"is_silent": false,
"is_published": false,
"created_at": "2023-10-04T21:40:19.189+01:00",
"updated_at": "2023-10-04T21:40:19.189+01:00",
"id": "5"
}
}