name and index must be sent: omitting either one returns a 400 error.curl --location --request PUT '/v1/client-config//sections/' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"index": 0
}'{
"id": "string",
"name": "string",
"index": 0
}