{
"userId": 123,
"cr": "cr123",
"templateId": 456,
"followTemplateId": 789,
"type": 1,
"country": "中国",
"lang": "zh-CN",
"keyWord": "technology",
"cycleDate": 7,
"startDate": "2024-01-01",
"startTime": "09:00",
"ifNowSend": 1,
"ifNowFollow": 0,
"emailDomain": "example.com",
"zoneId": "Asia/Shanghai",
"followDate": "2024-01-02",
"followTime": "14:00",
"followLoopTime": 3
}
curl --location --request POST '/job/createProjectTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 123,
"cr": "cr123",
"templateId": 456,
"followTemplateId": 789,
"type": 1,
"country": "中国",
"lang": "zh-CN",
"keyWord": "technology",
"cycleDate": 7,
"startDate": "2024-01-01",
"startTime": "09:00",
"ifNowSend": 1,
"ifNowFollow": 0,
"emailDomain": "example.com",
"zoneId": "Asia/Shanghai",
"followDate": "2024-01-02",
"followTime": "14:00",
"followLoopTime": 3
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": "string",
"returnCode": 0,
"count": 0,
"isEmpty": true
}