Creating Sonarqube Rules using Json format

Hey there.

The SonarQube Web API is simply not built to accept JSON payloads – you must use form-data or x-www-form-urlencoded (passing -d or -F options to curl, or just appending the query parameters to the URL)