Web APi Post method, Body text formation

{
“clientKey”: “ed57bd”,
“taskId”: 12542827

}

I want to send these details to the web API, in the Body,

ed57bd, 12542827 these are dynamic variables, how I can pass in my Body

“{”“clientKey “” : “+Key+””“,taskId “” : “+taskId+” }”

image

Please check whether the below can help you.