Currently, we don't check if curl is actually installed on the user computer when suggesting it in the RPC help.
This PR checks for cURL in the PATH environment variable (it is defined by Posix). If a file called "curl" is found in the path, we return the current code command. Otherwise we just return an empty string. If the envvar can't be obtained for some reasons, we display the command anyways.