Quick question, when using the notify web hook the data has to be json, or url encoded or like this?

string data = "direction=buy&price=999.99";  
Notify.Web("http://api.com/", data);

I can't specify application/json content-type header or dont know how to, any examples? thanks.

Author