{
"workflow_id": "fb5124e5a8a447d59551b7b10001",
"details": [
{
"callee": "+6212345667",
"platform": "TEMP1",
"variables": {
"customer_name": "test-user1",
"gender": "male",
"location": "Silicon Valley"
},
"caseid": "test-caseid"
}
]
}
curl --location --request POST 'https://api.airudder.com/service/cloud/workflow/updatedetails' \
--header 'Authorization;' \
--header 'User-Agent: Airudder' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflow_id": "fb5124e5a8a447d59551b7b10001",
"details": [
{
"callee": "+6212345667",
"platform": "TEMP1",
"variables": {
"customer_name": "test-user1",
"gender": "male",
"location": "Silicon Valley"
},
"caseid": "test-caseid"
}
]
}'
{
"data": {
"workflow_id": "bbfa4f1cadd9446598d343410000",
"count": 2
},
"status": "OK",
"code": 200
}