In the following JSON code, the `${}` syntax is used for JavaScript string interpolation within template literals (also called template strings). This allows dynamic values from JavaScript variables or expressions to be injected directly into the string.
<imgstyle={{border:'0',marginBottom:'15px'}}className="screenshot-full"src="/img/how-to/pass-values-in-rest-api/raw-json-example.png"alt="Passing Values Using Raw JSON"/>
</div>
</div>
<divstyle={{paddingTop:'24px'}}>
## Entering Key Value Pairs
In this example, simple key-value pairs are entered in the provided input fields. Here, the values can simply be passed using double curly braces as is typically done in ToolJet. Take note of the status key. A string is combined with another value that is referred using double curly braces.
<divstyle={{textAlign:'center'}}>
<imgstyle={{border:'0',marginBottom:'15px'}}className="screenshot-full"src="/img/how-to/pass-values-in-rest-api/key-value-pairs-example.png"alt="Passing Values Using The Key Value Inputs"/>