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