How to call Async function in recursion actually I have Async method - async function getSSN(req,res,next) and inside this function block I need to call this fu
getSSN(req,res,next)