
{
"appId": 0,
"marketHashName": "The Magus Cypher",
"maxWear": 0,
"minWear": 0,
"num": 0,
"paintSeed": 0,
"price": 0,
"requestId": "requestId",
"styleId": 0,
"tradeUrl": ""
}curl --location -g --request POST 'https://openapi.cs2dt.com/v2/open/purchase/v1/create?app-key=' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 0,
"marketHashName": "The Magus Cypher",
"maxWear": 0,
"minWear": 0,
"num": 0,
"paintSeed": 0,
"price": 0,
"requestId": "requestId",
"styleId": 0,
"tradeUrl": ""
}'{
"data": {
"purchaseId": 0
},
"errorCode": 0,
"errorCodeStr": "",
"errorData": {},
"errorMsg": "",
"success": true
}