I would like to create auto trigger using rest api which will trigger the azure data synchronization. I am trying to invoke the rest api call using ADF web activiy but unable to do it. Please help
Method : PUT
Body : {
"kind": "ScheduleBased",
"properties": {
"synchronizationTime": "2021-01-10T04:00:52.9614956Z",
"recurrenceInterval": "Hour",
"synchronizationMode": "Incremental"
}
}

