When using the HTTP API for actions, I want to send the value of the JSON request body in a boolean type. Is there any method? Could it be that currently it can only be sent as a string type?
For example, I'm testing it with the following settings.
Parameter: flag: true or false value (format: string true/false)
Request type: JSON
request body: {“flag”: {{flag}}}
·