Authorization: ********************X-HashPay-Key: ********************curl --location 'https://api.hashpay.me/v1/organizations//webhook-endpoints' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"url": "http://example.com",
"events": [
"string"
]
}'{
"id": "string",
"url": "http://example.com",
"events": [
"string"
],
"status": "active",
"signingSecret": "string"
}