Body
application/json
Response
200
Broadcast successful
curl --request POST \
--url http://localhost:4000/api/test/tokens \
--header 'Content-Type: application/json' \
--data '{
"tokens": [
{}
]
}'Test endpoint for broadcasting token data (development only)
curl --request POST \
--url http://localhost:4000/api/test/tokens \
--header 'Content-Type: application/json' \
--data '{
"tokens": [
{}
]
}'Broadcast successful