I have the following use case: ``` @strValue = < ./path/to/file.txt POST {{apiUrl}} HTTP/1.1 Content-Type: application/json { "strKey": {{strValue}}, "numKey": "4711" } ``` Is this already possible?