Fix: System.Text.Json.JsonException: The JSON value could not be converted
System.Text.Json throws this when the incoming JSON token doesn't match the CLR target type. Match the JSON to the type, or register a JsonConverter or JsonSerializerOption that bridges them.