I have this problem, when I receive a request in the server the response is:
[Object: null prototype] { '{"someParameter": "potatoParameterValue", "someOtherParameter": "otherPotatoParameter}': '' }
I already used
api.use(bodyParser.urlencoded({ extended: false }));
api.use(bodyParser.json());
and that doesn't work,someone else has had the same problem?