Authorization: Bearer ********************curl --location '/containers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"file_ids": [
"string"
],
"expires_after": {
"anchor": "last_active_at",
"minutes": 0
},
"skills": [
{
"type": "skill_reference",
"skill_id": "string",
"version": "string"
}
],
"memory_limit": "1g",
"network_policy": {
"type": "disabled"
}
}'{
"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"
]
}
}