Authorization: Bearer ********************
curl --location --request GET 'https://payments.dubpay2.com.br/api/seller-webhook' \ --header 'store-id: ' \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 52, "active": true, "url": "https://minha-url/dubpay/webhook" } ] }