Databricks CLI how to start a job and pass the parameters?

jim12321
New Contributor II

I try to start a job ID 85218616788189 and pass one parameters 'demo' in Windows Shell.

This works:

databricks jobs run-now 85218616788189 
 
If I try this one,
databricks jobs run-now --json '{"job_id":85218616788189,"notebook_params": {"demo":"parameter successful"}}'
jim12321_0-1710267172994.png
 
What is the right syntax? 
@CLI