POST
/
api
/
test
/
broadcast
Test generic broadcast
curl --request POST \
  --url http://localhost:4000/api/test/broadcast \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "<string>",
  "data": {}
}'

Body

application/json

Response

200

Broadcast successful