For example,
parameters
title: text
Request Types
JSON
Request Body
{“title”: “{{title}}”}
When specified, if “” or “\” is included in the title parameter, they will not be escaped properly, and the request may fail.
It is possible to send the intended request by manually escaping it when entering, but is there a way to escape automatically??
·