For example, I wanted to show a message on the landing after the user do signup
res.status(201).json({ message: \'Welcome, please login\' });