My get method Api is "http://abc/abc"
Actually, get method contains is like, get(url,options), only two arguments.
But in my case I have to pass the body with this.. Body is like,
{
    "startIndex":"1",
    "count":"150",
    "groupBy":"product",
    "searchTerm":"product:product1"
}
How I will pass this with get method? Can anybody help me??
 
     
    