{
"Strategy": "test-task-Strategy-ic",
"SIPLine": "CH_SOFTPHONE_HK_LINE",
"PlanName": "test-task-ic-01 ",
"Date": "2023-02-23",
"Type": "ic",
"Perform": 1,
"Details": [
{
"callee": "+86123456",
"platform": "AIRUDDDER",
"variables": {
"extra_a": "1234"
}
}
],
"shield_strategy_id": "102001,103002"
}curl --location 'https://api.airudder.com/service/cloud/ic_plan' \
--header 'Authorization: Token 3Ksb9EkFDQHBhAbvYDTq4+pGGjNRAuLtPF9MMt9E97hX+OgLWTmeZtdGZyjR+YqU' \
--header 'Authorization: Token 3Ksb9EkFDQHBhAbvYDTq4+pGGjNRAuLtPF9MMt9E97hX+OgLWTmeZtdGZyjR+YqU' \
--header 'User-Agent: AIRUDDER' \
--header 'User-Agent: AIRUDDER' \
--header 'Content-Type: application/json' \
--data '{
"Strategy": "test-task-Strategy-ic",
"SIPLine": "CH_SOFTPHONE_HK_LINE",
"PlanName": "test-task-ic-01 ",
"Date": "2023-02-23",
"Type": "ic",
"Perform": 1,
"Details": [
{
"callee": "+86123456",
"platform": "AIRUDDDER",
"variables": {
"extra_a": "1234"
}
}
],
"shield_strategy_id": "102001,103002"
}'{
"data": {
"PlanName": "string",
"TaskID": "string"
},
"status": "string",
"code": 0
}