Authorization: Bearer ********************
curl --location --request GET 'http://ip:port/container/list'
{
"code": 0,
"msg": "string",
"data": {
"list": [
{
"id": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"name": "string",
"type": "string"
}
]
}
}