Is It Possible to use methodOverride with createNextApiHandler?

I'm trying to build queries for grids and filter and sort object could get very large which is exceeding the URI character limit for HTTP. so I'll switch them to POST and use body instead. the issue is this pattern keeps repeating in my app, so i found that there's a methodOverride option in the docs, but it doesn't seem to work in NextJs.