curl --location --request GET '/open/base/store/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"platformSellerId": "string",
"site": "string",
"platformCode": "TIKTOK",
"parentId": 0
}
],
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}