I'm using Ktor Framework to create the server.
I created a POST request that has the body structure like {"Image": "Image File"}. Now I need to process the received image using a Python Script.
Is there any way to run a python script in Ktor Framework?