roundIDcurl --location '/capi/report/bet-detail-url' \
--header 'X-PUBLIC-KEY;' \
--header 'X-TIMESTAMP;' \
--header 'X-SIGNATURE;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"roundID": "roundID"
}'{
"status": "0000",
"msg": "Success.",
"data": {
"url": "https://betdetail.example.com/rounddetail/temp-token-abc123"
}
}