curl --location --request PUT '/api/system-config' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": "string",
"showProfile": true,
"showCopyRight": true
}'
{
"id": 0,
"host": "string",
"showProfile": true,
"showCopyRight": true
}