с сервера простой curl
$request_body = [
'to' => $YOUR_TOKEN_ID,
'notification' => [
'message' => 'here is a message. message',
'title' => 'This is a title. title',
'subtitle' => 'This is a subtitle. subtitle',
'tickerText' => 'Ticker text here...Ticker text here...Ticker text here',
'vibrate' => 1,
'sound' => 'default',
],
];