Question
How can we integrate REST call on user interaction ?
How we can write POST or GET call from in this studio ? And using which language ? Java or c# ?
For example If I have 2 buttons, 1 for GetData which performs GET Call and 1 for postData which performs POST Call.

