curl --location 'https://adss-uat-integration.returning.ai/apis/v1/match-predictions' \
--header 'Idempotency-Key: 01HXYZABCDEFG1234567890' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Australia vs New Zealand",
"description": "<p>Predict the final score.</p>",
"externalReference": "provider-fixture-123",
"teamA": {
"name": "Australia",
"imageUrl": "https://cdn.example.com/teams/australia.png"
},
"teamB": {
"name": "New Zealand",
"imageUrl": "https://cdn.example.com/teams/new-zealand.png"
},
"predictionStartAt": "2026-08-06T08:00:00.000Z",
"lockAt": "2026-08-07T09:59:00.000Z",
"kickoffAt": "2026-08-07T10:00:00.000Z",
"scoreBasis": "regulation",
"rewards": {
"correctResult": {
"coins": 100,
"xp": 50
},
"exactScoreBonus": {
"coins": 200,
"xp": 100
}
},
"entryCost": {
"enabled": false,
"coins": 0
},
"viewPermission": {
"roleIds": [],
"userIds": []
}
}'