Hello, Iām working on the server sync events and was able to create sync function on one event but now struggling with others. Also, Iām able to get data on the same event using API but not on the server sync. Table is not even showing in the dashboard > browse
curl -X 'POST' \
'https://deep-index.moralis.io/api/v2/0x900d655425ecd9429c4f71bfd1deac5ff8c87344/events?chain=bsc&topic=onUpdateBuddy%20%28address%2C%20address%29' \
-H 'accept: application/json' \
-H 'X-API-Key: XXXX' \
-H 'Content-Type: application/json' \
-d '{
"anonymous": false,
"inputs": [
{ "indexed": true, "name": "player", "type": "address" },
{ "indexed": true, "name": "buddy", "type": "address" }
],
"name": "onUpdateBuddy",
"type": "event"
}'
On server sync