{ "email": "string" }
curl --location 'http://localhost:8080/auth/forgotPassword/sendOtp' \ --header 'Content-Type: application/json' \ --data '{ "email": "string" }'
{ "code": 0, "result": "string", "error": "string" }