{
"host": {
"host_files": [
"string"
]
}
}curl --location --request POST 'https://example.com:30888/hosts//set-host-files' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": {
"host_files": [
"string"
]
}
}'{}