curl --request POST \
--url http://localhost:4000/api/test/broadcast \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"data": {}
}'
Test endpoint for generic broadcasts (development only)
curl --request POST \
--url http://localhost:4000/api/test/broadcast \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"data": {}
}'
Broadcast successful