You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i could not find any source of setting the Content-Type headers for the curl call against the postMessage() function, previously i used to post messages using native curl like below with json data for curl POSTFIELDS option
i could not find any source of setting the
Content-Type
headers for the curl call against thepostMessage()
function, previously i used to post messages using native curl like below withjson
data for curlPOSTFIELDS
optionBut i couldnt find any option to specify the
Content-Type : application/json
when sending data to thepostMessage
The text was updated successfully, but these errors were encountered: