curl --location 'https://openapi.shishiniu.com/api/openapi/steamAccountList' \
--header 'app-key: {{app-key}}' \
--header 'timestamp: 1788313063' \
--header 'sign: xxxxxxxxxxxxxx'{
"code": 0,
"data": [
{
"addSteamTime": "string",
"apiKey": "string",
"cookiesJson": {
"property1": "string",
"property2": "string"
},
"createdAt": "string",
"csgoGameDuration": 0,
"id": 0,
"inventoryPrivacyIsOpen": 0,
"isCurrentUse": 0,
"isSetTokenVerify": 0,
"status": 0,
"steamAvatar": "string",
"steamId": "string",
"steamLevel": 0,
"steamName": "string",
"tradeLink": "string",
"updatedAt": "string",
"userId": 0
}
],
"msg": "成功"
}