Forget Password endpoint always returns status code 200
When I call the forget password endpoint on both postman and my next.js app, I always get status code 200, no error, even if the user doesn't exist. In my next.js logs I can see the user not found error being registered, but my code which looks like this:
Has data with value {status: true} and error is null
Is this normal behaviour?
Has data with value {status: true} and error is null
Is this normal behaviour?

