First of all I have a function on (Utils.js) to make requests.
static Request(data, callback) { const method = data[0] || ""; const url