yeah i define the json based on the doc link provided in the original message and then use cli to create a new job. 

 

JOB_RESPONSE=$(databricks jobs create --json "$JOB_JSON")
JOB_ID=$(echo "$JOB_RESPONSE" | jq -r '.job_id')