Merge branch '83-implement-the-listener-api-for-product-catalog-620-with-just-stub-code' into 'develop'
Resolve "Implement the Listener API for product catalog 620 with just stub code"
See merge request !79
@Operation(summary="Get all registered listeners",operationId="getListeners",description="Retrieves all registered event subscriptions",tags={"events subscription",})
publicResponseEntity<EventSubscription>registerListener(@Parameter(description="Data containing the callback endpoint to deliver the information",required=true)@Valid@RequestBodyEventSubscriptionInputdata){