{
"id": 1,
"taskId": "task123",
"userId": 123,
"createDate": "2024-01-01",
"peopleType": 0,
"status": 0,
"waTemplateId": 456,
"lastWorkDate": "2024-01-01",
"ai": 1,
"type": 1,
"ycloudTemplateId": "ycloud123",
"ycloudPhone": "+1234567890",
"week": "1,2,3,4,5",
"startTime": "09:00",
"endTime": "18:00",
"zoneId": "UTC"
}
curl --location --request POST '/waTemplate/user/updateWhatsAppTemplateId' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"taskId": "task123",
"userId": 123,
"createDate": "2024-01-01",
"peopleType": 0,
"status": 0,
"waTemplateId": 456,
"lastWorkDate": "2024-01-01",
"ai": 1,
"type": 1,
"ycloudTemplateId": "ycloud123",
"ycloudPhone": "+1234567890",
"week": "1,2,3,4,5",
"startTime": "09:00",
"endTime": "18:00",
"zoneId": "UTC"
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": "string",
"returnCode": 0,
"count": 0,
"isEmpty": true
}