I start the typebot via api through a POST request via axios in my TypeScript project. Everything is working correctly except passing profilledVariables. I'm passing it as an object in the axios request, but TypeBot doesn't "capture" the values of these variables. My typebot is self-hosted via docker. Has anyone managed to use PrefilledVariables in a self-hosted environment?