When a user requests a non-existent API, kong will return 404 with ```json { "message": "no API found with those values" } ``` Is there any way to rewrite the response body or customize 404 response? 🤔
When a user requests a non-existent API, kong will return 404 with
{ "message": "no API found with those values" }Is there any way to rewrite the response body or customize 404 response? 🤔