import { NextRequest } from 'next/server' export async function PUT(req: NextRequest) { // обновляем данные в аккаунте }