Question - Why is the 304 status code used?
Answer -
NOT MODIFIED is the 304 status code. In the case of limited GET queries, this is used to reduce the network's bandwidth. In such circumstances, the response body should be empty or blank, and the headers should include information such as the date, location, and signature, among other things.