Authorization: Bearer ********************
{ "website": "https://example.com" }
curl --location 'http://local.zhongyibrowser.com:39025/api/v1/account-platforms' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "website": "https://example.com" }'
{ "code": 0, "message": "success", "data": { "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" } } }