createRequest method
Creates an HTTP request in the native HTTP service
requestJson - JSON representation of HttpRequest
Returns JSON with TaskInfo (id, status, path, registrationDate)
Implementation
Future<Map<String, dynamic>> createRequest(Map<String, dynamic> requestJson) {
throw UnimplementedError('createRequest() has not been implemented.');
}