curl --location --request POST '/v1.33/containers//exec' \
--header 'Content-Type: application/json' \
--data-raw '{
"AttachStderr": true,
"AttachStdin": false,
"AttachStdout": true,
"Cmd": [
"date"
],
"DetachKeys": "ctrl-p,ctrl-q",
"Env": [
"FOO=bar",
"BAZ=quux"
],
"Tty": false
}'
{
"Id": "string"
}