{
"notifyUrl": "string",
"inspectUrl": "string"
}
curl --location --request POST 'https://open.steamdt.com/open/cs2/v1/inspect' \
--header 'Content-Type: application/json' \
--data-raw '{
"notifyUrl": "string",
"inspectUrl": "string"
}'
{
"success": false,
"data": {
"sync": false,
"success": false,
"taskId": "",
"screenshot": {
"itemId": 0,
"assetId": 0,
"fingerprint": "",
"screenshots": {
"front": [
""
],
"back": [
""
],
"detail": [
""
]
},
"cs2Version": 0,
"clientVersion": "",
"existSticker": false,
"protoEncodeStr": "",
"createTime": "",
"updateTime": ""
}
},
"errorCode": 0,
"errorMsg": "",
"errorData": {},
"errorCodeStr": ""
}