The ID you present in the condition is a string and not an interger?
So
condition: {
broadcaster_user_id: "26610234"
},
and not
condition: {
broadcaster_user_id: 26610234
},
``
The ID you present in the condition is a string and not an interger?
So
condition: {
broadcaster_user_id: "26610234"
},
and not
condition: {
broadcaster_user_id: 26610234
},
``