httpMethod: "GET", "POST", "PUT", "DELETE". url: herhangi bir çağıracağınız api linki.
contentType: Http için Content-Type, mesela: "application/json" vs. object: bunu "POST"/"PUT" kullanırken Object göndermek için. "GET"/"DELETE" te null olarak girmeniz gerekiyor.
Bu api iki tane property dönüyor:
{statusCode: "Http statusCode", body: "her hangi bir body"},