Subclasses should implement this method to parse the response from the API. Is used in the request method.
@override Today parseResponse(dynamic json) => Today.fromJson(json);