در حال بارگذاری…
Describes the structure of error responses when a resource or route is not found (HTTP 404).
When you call an undefined route or request a missing resource, you receive a 404 status code with the following response:
{
"error": "Not found"
}