A data engineer is tasked with creating a new job in Databricks to execute a Python script located at `dbfs:/fetch_matches.py`. This script requires `year` and `month` as command-line arguments to fetch soccer matches data for the specified period. Given an existing cluster named `matches` with ID `1198-132537-dht25rtr`, which of the following JSON configurations correctly creates the job for the year `2019` and month `11` via the `2.0/jobs/create` endpoint? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz