Rank 2: Process
One thing in the development docs that I've noticed -> https://appwrite.io/docs/products/functions/development#response
Here in Swift language,
"return context.res.send("This is an HTML response", 200, [
"content-type": "text/html"
])"
This line when executed throws an error saying that "Missing parameters statusCode: and headers: "