The request lifecycle of a Xano endpoint is made up of three parts.
The first is the Input: Does the API endpoint need to accept an input?
The second is the Function Stack: The Function Stack is a group of functions that determine how the endpoint gets processed.
The third is the Response: This is the optional output of the endpoint.