We are trying to write code to deploy code on server automatically.
For this we created webhook on push trigger. However we need to send payload on url by post method.
As we were executing same script for doing the same task. However in new version we are unable to find option for adding webhook with post method.
How can we achieve this in version of bitbucket to unable automatic deployment of code after push trigger executed.