Webhooks and command line together?

Nope, thats another result I put mistakenly. I solved the problem.

Problem Solved By adding outside of URL double qoutes("")

curl -H "Client-ID: client_id" -X GET "https://api.twitch.tv/helix/users/follows?to_id=user_id&first=100"

Note that first_>min20max100
Since windows’ cmd’s own issues does not cover the topic they did not mention it.

1- At least windows10 Command Line should use double qoutes ("") for CURL calls which contain & expression.
2- Space between Clien-ID: client_id does not matter.

Thanks for the interest.:blush: