curl --location --request POST 'https://gamefusion-op-ui-v1.pt198.com/dataApi/openapi/bet/snapshot' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorId": "string",
"orderNo": "string",
"requestId": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"url": "string",
"requestId": "string"
}
}