I am testing this function, get_input() from Azure durable functions for Orchestra function. More details of the function.
What I'm facing now is that, when I'm trying to test with postman and input a json input for e.g.
{
"points": 222
}
as the json body and while calling for http://localhost:<portnumber>/api/orchestrators/DurableFunctionsOrchestrator1, it will always return me a null value when i try to return the get_input function's value
Below is a screenshot of what it returns me. As you can see everything is working fine since its completed status but the output always returns me a null.
