Send a notification message
Send a notification message to a specific user
Request
Body Params application/json
{
"content": "string",
"extras": {},
"receiver_id": "string",
"title": "string"
}
Request Code Samples
curl --location --request POST '/send-message' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"extras": {},
"receiver_id": "string",
"title": "string"
}'
Responses
application/json
Successfully sent notification
{
"content": "string",
"extras": {},
"receiver_id": "string",
"title": "string"
}
Modified at 2025-08-27 03:59:00