I am trying to use an API which is of GET type and it is expecting the data in body, not as  query parameter. I am using Axios as HTTP client but it seems Axios is not supporting body in GET request. Since the API is third party, I can not change it to read data from params or change the method to POST.
Is there any way to pass data in body using Axios or any other HTTP Client?
The same API is working with body when using with PHP Curl
 
    