I have a particular error on this line:
{% set icinga_ticket = salt['http.query'](https://ticket-generator.az.dev.com method=POST header_dict='{"Content-Type":"application/json"}' data="'{\"hostname\": \"minion.node.jio.com\"}'" backend=requests) %}
I got:
rendering SLS 'base:icinga.icinga2_core' failed: Jinja syntax error: expected token ',', got ':'
How to solve this error?