Sending request with payload of following format:
{"sourceCode":"#include <iostream>\ using namespace std;\ \ int main() {\ \ \\/\\/ your code goes here\ \ return 0;\ }\ ","language":"CPP","input":"1"}
return the following output:
{"status":"OK","result":{"data":{"message":"params missing => [\\"sourceCode\\",\\"language\\"]","code":9006,"error":"Bad Request"}}}
How are we supposed to send the request?? What is the format(application/x-www-form-urlencoded, multipart/form-data, application/json)??