cypress/fixtures/static/api/echo/index.js (6 lines of code) (raw):

module.exports = async function (context, req) { context.res = { status: "200", body: req, }; };