the code below will send to all instead of specific users...
however, i already found the issue,,, i will create PR for that
$params = [
'contents' => [
'en' => $message,
],
'target_channel' => 'push',
'include_aliases' => [
'external_id' => ["user_{$user->id}"],
],
];
OneSignalClient::async()->sendNotificationCustom($params);