Authorization: Bearer ********************{
"historyId": 12345
}curl --location --request POST '/tools/api/v1/admin/app-upgrade/rollback' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"historyId": 12345
}'{
"taskId": "rollback_mfs_20240315_143005_12345",
"message": "回滚任务已启动",
"appName": "mfs",
"targetVersion": "v1.5.0",
"status": "started",
"timestamp": 1710495005000
}