Authorization: Bearer ********************curl --location 'http://local.zhongyibrowser.com:39025/api/v1/account-platforms?type=undefined&keyword=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "success",
"data": {
"items": [
{
"id": "string",
"type": "preset",
"website": "string",
"icon_url": "string",
"platform_code": "string",
"platform_name": "string",
"category": {
"code": "string",
"name": "string"
},
"region": {
"code": "string",
"name": "string"
}
}
]
}
}