{
"token": "string",
"taskId": "string"
}curl --location --request POST '/public-api/file/download' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"taskId": "string"
}'{
"result": "string",
"response": "string",
"error": {
"status": 0,
"message": "string",
"detail": {
"notifyType": "string"
}
}
}