curl --request POST \
--url https://apigw.bienport.com/api/enterprise/schedule/tasks/get \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'OrganizationId: <organizationid>' \
--data '
{
"taskName": "testTask",
"taskType": 2,
"taskDates": [
"<string>"
],
"notificationOptions": {
"channels": [
"<string>"
],
"audience": [
"<string>"
],
"userId": 12343123
},
"selection": "1",
"resources": [
123
],
"users": [
123
],
"combinedData": [
"<string>"
],
"taskId": 100,
"userType": "regular"
}
'