Using API requests, I'm trying to GET an execution result for a test (PASS/FAIL), and in some way copy that response and paste it into the request body (JSON) of a different API request that will POST that execution result (PASS/FAIL) some place else.
E.g. This is the response I'm trying to copy execution result And this is where I want to paste it status
I tried looking around but I couldn't find anything regarding this scenario