{
"host": {
"reason": "string",
"update_health_status": true
}
}curl --location --request POST 'https://example.com:30888/hosts//offline' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": {
"reason": "string",
"update_health_status": true
}
}'{}