An error code as specific as a 403 will more than likely be originating from your deployed service - it would be worth reviewing your service logs to see what the cause of it is there
Logs said nothing. But seems I found the issue: I was adding port (:8080) to the REST URL but seems it`s not necessary. Removing the port from REST call solved the problem.