Last updated 7 months ago
Report the score for the match with the specified matchId.
matchId
150
Report Match Score
const response = await fetch('https://dubbz.com/api/v1/partner/arcade/matches/{matchId}/report', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "score": 150 }), }); const data = await response.json();