I am sending the amount via a POST request to the server, which generates the QR code and returns a JSON response containing the status and the URL for the QR code PNG.
The server responds correctly
When I parse the JSON response in Niotron, I encounter a problem where the global variables status and qr_code_url are not returning values.
Here is my block image
Please check my block and help me how to setup it
I think parse json are not correct
Here is json