Duplicate option is required

Solved Needed to use POST as well as a little converting
byte bodyRaw = Encoding.UTF8.GetBytes(JASON);
with
request.SetRequestHeader(“Content-Type”, “application/json”);