I am developing a simple web application using the Vuejs/Nuxtjs which is making a backend call to Java Quarkus Service using the Axios POST request. Within the POST request I am sending the JSON data. The problem I am facing is that the JSON data that I am sending is bit different than the data I am receiving in the