Fixes https://github.com/payloadcms/payload/issues/11109 Rewrites the description for the `handler` property of the `Endpoint` type. This function: * does not have `res` and `next` anymore * the `handler` property does not accept an array of functions anymore. Additionally, adds a more meaningful description for the `req` argument.