Here we will implement Response::respond($data) that will build the data and return a response object which will be a instance of itself and then chain the a method that will return the data on a certain format.
May consider refering to https://developer.mozilla.org/en-US/docs/Web/API/Response, but will keep minimalist for now.