How this template works
APIs Selection
The template uses regular expressions to extract the payload key from the request body and query parameters. It matches any key in the request payload or query parameters and extracts the key as "payloadKey" or "queryKey" respectively.
Execute request
The template modifies the query parameter and request body parameter by injecting a Twig template expression. It sets the query parameter "queryKey" to "{{89 * 91}}" and the request body parameter "payloadKey" to "{{89 * 91}}".
Validation
The template validates the response payload by checking if it contains the string "8099". If the response payload contains either "8099", the validation is considered successful.