I solved my similar problem in postman. I just selected the type Post then x-www-form-urlencoded in Body. I noticed that if I send data in form-data then mockAPI will just create data on its own. But upon seleting x-www-form-urlencoded then they will save just fine.