const response = await fetch('/global/admin.admin.CompanyApiKeyDubboService.subscribe', {
method: 'POST',
headers: {
"companyId": "text",
"trace": "text",
"apiKey": "text",
"signature": "text",
"Content-Type": "application/json"
},
body: JSON.stringify({
"apiKey": "dc483e80a7a0bd9ef71d8cf973673924",
"webhookUrl": "https://webhook.site/4fe19259-6b56-425a-ab03-f9575e4a2c36"
}),
});
const data = await response.json();