Authorization: Bearer ********************{
"versionControlEnabled": false
}curl --location --request PATCH '/api/configs/client-versions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"versionControlEnabled": false
}'{"message":"ok"}