curl --location --request PUT 'http://localhost:5600/open/crons/status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
],
"status": "string",
"pid": "string",
"log_path": "string",
"last_running_time": 0,
"last_execution_time": 0
}'{
"code": 0
}