This might help in some cases – use fetch command to send another, tampered, request. here’s how to do it in Chrome:
- open DevTools, tab Network
- clear
- create your request normally
- right click that request and select Copy > Copy as fetch
- go to Console tab and paste
- tamper the data and hit Enter

