This occurs because axios transforms parameters into a query string format and applies JSON serialization, which results in strings being enclosed in quotes.
Try customize the paramsSerializer in axios options