Set variables before a conversation - follow up
From the documentation (https://docs.voiceflow.com/reference/updatestatevariables-1), I managed to test it through postman with the PATCH call to https://general-runtime.voiceflow.com/state/user/%7Buserid%7D/variables, which was successful, and retrieve the variables via the GET call to https://general-runtime.voiceflow.com/state/user/%7Buserid%7D, which again retrieved a successful result.
However, when testing inside Voiceflow, I could not visualize these variables I set in any way, even after setting the userID to what I used, and checking the value. How am I supposed to move on with this?
It is important to mention that I did the same as suggested before, I used the versionID header for the development version in the API calls, but I still cannot access the variables inside voiceflow. I annexed more images for further information


