In the response body of my request, it receives the following JSON:
`{"C6666111B946":{"status":"NOT-ADDED"}}`
I need to get to the item "C6666111B946" to save it as a variable, so the question is what do I have to enter in the JSON Path expressions field to access it?
I've already tried with $..* but then I only receive {"status": "NOT-ADDED"}
Can somebody help me to solve this
You can use JMES Path Extractor with below JMESPath expression:
This ends up with this configuration: