When we pass the wrong value in any parameter of API "api/Account/2fa/verify" we get the below exception error :
Exception:
ClientException: Content size below specified contentLength. 0 bytes written but expected 65.,
API EndPoint:
api/Account/2fa/verify
Parameters with wrong values:
{"userId":"8c2a1415-4b1c-4a08-bd23-bdd3741192d8","code":"125342"}
here in code if we pass wrong values getting the above error.