Any HTTP method (GET, POST, PUT, PATCH, DELETE) is accepted; EzFlow matches the incoming request against the node's Request Method and Endpoint Name fields. If the node has authentication enabled, callers must supply Authorization: Bearer <token> or the request is rejected with 401. On success, the full request body is placed on the body output port and flows into downstream nodes.