Authorization: Bearer ********************curl --location '/admin-api/system/tenant/simple-list' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"id": 1024,
"name": "芋道",
"contactName": "芋艿",
"contactMobile": "15601691300",
"status": 1,
"website": "https://www.iocoder.cn",
"packageId": 1024,
"expireTime": "2019-08-24T14:15:22.123Z",
"accountCount": 1024,
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"msg": "string"
}