Authorization: ********************{
"destinationID": "string",
"sourceIDs": [
"string"
]
}curl --location --request POST '/file/move' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"destinationID": "string",
"sourceIDs": [
"string"
]
}'{
"code": 0,
"data": null,
"message": "string"
}