{ "rewrites": [ { "source": "/v1/messages", "destination": "/api/v1/messages" }, { "source": "/v1/:path*", "destination": "/api/v1/:path*" } ] }