You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix shell quoting: use Python to build JSON request payload
The jq single-quoted filter with '\''s caused bash to misparse the
surrounding double-quotes in the jq string literals. Use Python
instead to build the JSON — no shell quoting issues.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments