{
"attachStderr": true,
"attachStdin": true,
"attachStdout": true,
"cmd": [
"string"
],
"detach": true,
"detachKeys": "string",
"env": [
"string"
],
"privileged": true,
"tty": true,
"user": "string",
"workingDir": "string"
}
curl --location --request POST '/api/docker/containers//exec' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"attachStderr": true,
"attachStdin": true,
"attachStdout": true,
"cmd": [
"string"
],
"detach": true,
"detachKeys": "string",
"env": [
"string"
],
"privileged": true,
"tty": true,
"user": "string",
"workingDir": "string"
}'
{
"Id": "string"
}