I want to send another code, do I need to use the res.send? then as content-type is application.json?
TL;DR
User asked if res.json always returns a 200 status code. Steve confirmed that the status code needs to be passed as part of res.send or res.json. If the user wants to send a different code, they can use res.send and set the content-type as application.json.