I would like to call Durable Azure Functions from Azure Data Factory. I would like to post json to Functions and get status when Function processing have completed. My ultimate goals is to successfully run Functions which takes 10min without timeout. I have already successfully executed Azure Function Activity from ADF with method GET. Now I need advice to modify