Authorization: Bearer ********************curl --location '/containers?limit=&order=&after=&name=' \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "string",
"object": "string",
"name": "string",
"created_at": 0,
"status": "string",
"last_active_at": 0,
"expires_after": {
"anchor": "last_active_at",
"minutes": 0
},
"memory_limit": "1g",
"network_policy": {
"type": "allowlist",
"allowed_domains": [
"string"
]
}
}
],
"first_id": "string",
"last_id": "string",
"has_more": true
}