``` { "errorCode": 1100, "errorMessage": "The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. Path: $ | LineNumber: 0 | BytePositionInLine: 0.", "stackTrace": " at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)\n at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)\n at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan`1 utf8Json, JsonTypeInfo jsonTypeInfo, Nullable`1 actualByteCount)\n at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan`1 json, JsonTypeInfo jsonTypeInfo)\n at NetexApi.Library.Connector.NetexApiEndpoint`2.DeserializeResponseAsync(String responseString)\n at NetexApi.Library.Connector.NetexApiEndpoint`2.GetResponseAsync(NetexApiParameters options, TRequestParam req)\n at NetexApi.Library.Connector.NetexApiConnector.DepositGetTerms(NetexApiParameters apiParameters, DepositTermsRequestApiDto request)\n at Accounting.Application.BrokerOperations.BrokerOperationAppService.GetDepositTerms(BrokerDepositTermsRequestDto request) in /src/src/modules/accounting/Accounting.Application/BrokerOperations/BrokerOperationAppService.cs:line 163\n at Public.Api.Controllers.Trader.BrokerOperationController.GetDepositTerms() in /src/src/gateways/Public.Api/Controllers/Trader/BrokerOperationController.cs:line 76\n at lambda_method1296(Closure, Object)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker)\n at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)\n at Bfg.Shared.Host.Middlewares.UnitOfWorkMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)\n at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext()\n--- End of stack trace from previous location ---\n at Bfg.RT.Shared.Infrastructure.Middlewares.ExceptionsProcessingMiddleware.Invoke(HttpContext context) in /src/src/shared/Shared.Infrastructure/Middlewares/ExceptionsProcessingMiddleware.cs:line 56" } ```