username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location --request PATCH '/redfish/v1/Managers//HostInterfaces/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}