curl --location --request GET '/platform/list'
{ "code": 0, "message": "string", "data": { "results": [ { "id": "string", "type": "string", "refreshToken": "string", "token": "string", "updatedAt": "string", "createdAt": "string", "userId": "string", "refresh_token": "string" } ] } }