Authorization: Bearer ********************
curl --location --request DELETE '/v4/api/webhooks/' \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "INVALID_API_KEY", "message": "Invalid API key" } }