const factory PostRequest({ required String path, Map<String, String>? queryParameters, Map<String, dynamic>? body, }) = _PostRequest;