Authorization: Bearer ********************
curl --location --request POST 'https://api.firsteld.com/openapi/webhook/unsubscribe/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "url": "http://example.com" }'