Description
As mentioned in #8983, when it becomes challenging to use -f and -F to construct the exact JSON request body for gh api, the best option is to fallback to constructing JSON externally and to pass that via the --input flag.
#8983 (comment) suggests that we add to the example section of gh api --help to make this more obvious, and that seems like a great idea. The code to change is here: