Replymessage unavailable
Wiring up achievements in-game that fire off to the dashboard so the achievements show in both places
-H "Authorization: Bearer $CHAIN_GAMES_KEY" \
-H "Content-Type: application/json" \
-d '{
"type": "achievement",
"wallet": "0xPLAYER_WALLET",
"event_key": "21-wild-run-12345",
"data": { "achievement_id": "wild21_high_roller" }
}'