I would like to check how can we write python script in Azure Function, so that if the user did not pass anything, then the script perform Default action. Otherwise the script will get Json from the body.
If the user return perform a request with empty string, the user get default value, else the system return a body based on the Json phrase where the user pass in.