Hi…
I am using CURL function in eventing. But, It seems It’s not reading my header value.
The below is the example:
var request = {
path: '/test,
header: [‘AppKey:something’],
body: { id : meta.id,
value : doc
}
};
var response = curl(‘POST’, updateData, request);
I am executing above curl. It’s able hit URL but returning error because of missing header.