curl --request POST \
--url 'http://{{api_host}}/containers/{CONTAINER_ID}/exec' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"command": "apt install nodejs -y",
"log_id": "5861d47e-8183-4a1f-837d-2cd2f99e3759"
}
'