Cannot send PubSub from EBS

The URL is

https://api.twitch.tv/helix/extensions/pubsub

Not

https://api.twitch.tv/helix/extensions/pubsub/

You don’t need 'is_linked'=>'true',

And make sure both the user_id and channel_id are strings not integers

So

$userID = '123123';

Not

$userID = 123123;