curl --location --request PUT 'http://api.digisan.com.br/api/v1/webhook/status' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"ativo": true
}'{
"id": "68bbb718e6f0ec7d36843a58",
"ativo": true,
"url": "https://sua.empresa.com.br/seu-endpoint",
"method": "POST",
"headers": {
"Authorization": "Bearer 123"
}
}