Create notification
POST
http://82.180.154.188:4352/notifications
Last modified:2025-04-13 20:44:22
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://82.180.154.188:4352/notifications' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "This is the notification message"
}'
Response Response Example
{
"status": "success",
"message": "Notification created successfully"
}
Request
Header Params
Authorization
string
required
Example:
Bearer {{JWT}}
Body Params application/json