Map<String, dynamic> toJson() { return { 'baseUrl': baseUrl, 'body': body, 'params': params, 'headers': headers, 'method': method, }; }