post https://staging-api.aeropay.com/webhook
Create a webhook. Specify a topic and a url. Use this call to either create or update a webhook for a topic.
Webhooks will send a json object to the requested url as follows:
{"topic":"TOPIC_NAME", "data":"DATA_OBJECT"}