Map<String, dynamic> toJson() { return { 'status': status, 'message': message, 'response': response, }; }