curl --location --request POST '/api/docker/image/load' \ --header 'Authorization: {{ACCESS_TOKEN}}' \ --form 'file=@""'
{ "status": "OK" }