{ "repository": "hello-world", "tag": "latest", "timeoutSec": 2 }
curl --location --request POST '/docker/pull' \ --header 'Authorization: {{authorization}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "repository": "hello-world", "tag": "latest", "timeoutSec": 2 }'
{}