What is the importance of having good practices around status code in your response?
Response codes are the only way you can tell what is happening on the server.
It indicates success or failure to the client and helps with testing.
It contains information about the current performance of the server.
It is not important to have good practices regarding status codes