<YOUR_DEPLOYED_URL>
in above command will be https://api.domain.com/api/novu
<YOUR_DEPLOYED_URL>
. The tunnel URL follows the format of https://<UUID>.novu.sh/api/novu
, and example is https://041e553c-0dbf-47e0-8ffa-c4536f390145.novu.sh/api/novu
. In this example 041e553c-0dbf-47e0-8ffa-c4536f390145
is the unique tunnel identifier which is generated for each Novu user when starting a tunnel via npx novu@latest dev
. The tunnel identifier is persisted to your local machine to guarantee the same tunnel URL each time you invoke npx novu@latest dev
.