How to execute Post API from UI path (i m getting invalid API error)

for one of the application integration I m using below post request

{
“priority_id”: 1,
“estimate”: “5m”
}

I have tried in Body as well as parameter, both failed.
Let me know if someone faced similar error

1 Like

serialize you data using ‘SerializeObject’ activity and store into a string variable which your trying to postbody
image .
and try to pass that variable in HTTP request properties panel like shown below.
image

2 Likes