{
"host": {
"format": "string",
"image_id": "string",
"is_force": true
}
}curl --location --request POST 'https://example.com:30888/hosts//cache-image' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": {
"format": "string",
"image_id": "string",
"is_force": true
}
}'{}