A client ID is not an access token, it’s just the ID for your app.
Also, as per the documentation for that endpoint you need authentication with the user:edit:broadcast scope, which means a Client ID wont be sufficient for using that endpoint, you need to go through the authentication process and have a user grant your app a user access token with that scope.