Authorization: Bearer ********************
{ "active": true, "url": "string" }
curl --location --request PUT 'https://payments.dubpay2.com.br/api/seller-webhook/51' \ --header 'store-id: ' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "active": true, "url": "string" }'
{ "data": [ { "id": 51, "active": true, "url": "https://webhook.site/013987ea-fc0a-479b-ac96-8cfc72046723" } ] }