Last updated 7 months ago
Once the match is over, the score should be reported with this request.
"34352956-3d03-48f0-bfd2-feaf116e81f2"
100
Report Score
const response = await fetch('https://dubbz.com/api/v1/public/partners/async/score', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "matchId": "34352956-3d03-48f0-bfd2-feaf116e81f2", "score": 100 }), }); const data = await response.json();