These are some default http request options used in the ApiService.
You can override them by passing an options object into each respective ApiService call.
headers
headers:HttpHeaders = new HttpHeaders().set('Content-Type', 'application/json; charset=utf-8')
These are some default http request options used in the ApiService. You can override them by passing an options object into each respective ApiService call.