// ...
$postData = array(
'notification_identifier' => 'custom.server.add',
'title' => 'New Server Added',
'message' => 'new-server.examplehost.com added as a cPanel server and is available for provisioning.',
'url' => 'https://whmcs.example.test/admin/configservers.php?action=manage&id=3',
'status' => 'Success',
'statusStyle' => 'info',
'attributes' => [
[
'label' => 'example',
'value' => 'example',
'url' => 'https://whmcs.example.test/admin/configservers.php?action=manage&id=3',
'style' => 'success',
'icon' => 'example',
],
],
);
// ...