Testing webhooks on localhost nodejs API
I am working with Zoho Billings and subscriptions for my MERN stack application. I want to integrate webhooks in my application when subscriptions, invoices, plans, addons etc. are created or updated. But to test and integrate this I will first have to do it on my localhost application after which I can deploy it on production.
How should I test and integrate webhooks using localhost API. Please help and guide me through the process.