Authorization: Bearer ********************{
"nodes": {
"ip": "string",
"tag": "string"
},
"fileName": "string"
}curl --location '/tools/api/v1/admin/audio-dump/tasks/actions/start' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"nodes": {
"ip": "string",
"tag": "string"
},
"fileName": "string"
}'{
"status": 0,
"name": "string",
"createdTime": "string",
"updatedTime": "string",
"downloadUrl": "string",
"errorMsg": "string",
"pid": 0
}