curl --request POST \
--url 'https://api.xenia.team/api/v1/task/createTask?project=' \
--header 'Content-Type: application/json' \
--header 'x-client-key: <api-key>' \
--header 'x-client-secret: <api-key>' \
--data '
{
"title": "user based project",
"recurringTask": true,
"requestThisTask": "Weekly",
"startTime": "2023-11-07T05:31:56Z",
"dueTime": "2023-11-07T05:31:56Z",
"workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"recurringByEvery": "Week1",
"intervalWeek": [
"Mon"
],
"endDate": "2023-11-07T05:31:56Z",
"isTimeBound": true,
"priority": "None",
"assignees": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"serviceTypeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"AutomationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"editInstance": "One",
"isAutoTagLocation": true,
"isMultiTasks": true,
"isProject": true,
"projectType": "user",
"notification": {
"statusChange": {
"recipients": [
"<string>"
]
},
"overdue": {
"recipients": [
"<string>"
]
}
}
}
'