injected service use to handle the chat related operations
injected logger used to handle the logging
request context [headers, body, params, query].
201 Status Created
This handler will create subscription by applying the following steps in sequence:
Create subscription (chatService.createSubscription)
Get subscription by id and normalize (chatService.getOneSubscriptionAndNormalize)
Return the subscription
500 NBError Internal Server Error
Generated using TypeDoc
Create subscription handler