curl --request GET \
--url https://pay.sandbox.yabetoopay.com/v1/account/{accountId}/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"url": "http://localhost:3381/test",
"events": [
"disbursement.completed",
"payment.received"
],
"description": ""
}'