Context: I\'m trying to download a binary file from a backend (that requires some data posted as json-body) and save it with file-saver using the filename specified by the b
you can use as like
responseType: 'blob' as 'json'