curl --location --request PUT '/api/task/TASK_ID_HERE' \ --header 'Content-Type: application/json' \ --data-raw '[ { "domain": "updated-example.com", "status_process": 1 } ]'
{}