I\'m building a REST API, but I\'ve encountered a problem.
It seems that accepted practice in designing a REST API is that if the resource requested doesn\'t exist,
404 is just the HTTP response code. On top of that, you can provide a response body and/or other headers with a more meaningful error message that developers will see.