Please convert the format of imported graphql request params in the clipboard

when i copied a request text as ‘Copy as cURL’ from chrome.devtools.network,params, eg. ‘ObjID!’ will be escaped to ObjID\u0021. i import it as 'Paste Raw Text’ and sent request, then i got a error message "Unknown type…”. could you convert it into the correct format?