Using the Node Server SDK, which arguments are used to provide the permissions as well as pass the function code when calling the Functions.create() method?
TL;DR
You need to select "Node.js SDK" in the dropdown at the top menu. Here is the documentation link: https://appwrite.io/docs/server/functions?sdk=nodejs-default#functionsCreate. The `execute` function in the Node Server SDK is used to provide the permissions and pass the function code when calling the `Functions.create()` method.