    public function boot()
    {
        //...
        app('Dingo\Api\Exception\Handler')->register(
            function (\Illuminate\Validation\ValidationException $e) {
                return $e->getResponse();
            }
        );