POST
/
api
/
test
/
tokens
Test token data broadcast
curl --request POST \
  --url http://localhost:4000/api/test/tokens \
  --header 'Content-Type: application/json' \
  --data '{
  "tokens": [
    {}
  ]
}'

Body

application/json

Response

200

Broadcast successful