I am doing a post request to an URL with some formdata.... I am interested in capturing the \"command\":\"insert\" part which is in the response..
This seems to be an issue with axios' handling of POST requests with Content-Type: application/x-www-form-urlencoded. There is an open issue that offers some discussion and possible workarounds in axios' GitHub page.
Content-Type: application/x-www-form-urlencoded