curl --request POST \
--url https://api.example.com/v1/ui/notifications/broadcast \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"message": "<string>",
"metadata": {},
"type": "info",
"priority": "low",
"actionUrl": "<string>",
"actionText": "<string>",
"expiresAt": "<unknown>",
"environment": "sandbox"
}
'curl --request POST \
--url https://api.example.com/v1/ui/notifications/broadcast \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"message": "<string>",
"metadata": {},
"type": "info",
"priority": "low",
"actionUrl": "<string>",
"actionText": "<string>",
"expiresAt": "<unknown>",
"environment": "sandbox"
}
'11info, success, warning, error, payment, transaction, system low, medium, high, urgent sandbox, live