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