{
"end_time": 0,
"except_ids": [
0
],
"file_all_types": [
"string"
],
"get_sub_file": true,
"ids": [
0
],
"key": "string",
"parent_id": 0,
"payload_model_key": [
"string"
],
"selected_parent_id": 0,
"start_time": 0,
"workspaceID": "string"
}
curl --location --request POST '/openapi/v0.9/model/api/v1/workspaces//files/move' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"end_time": 0,
"except_ids": [
0
],
"file_all_types": [
"string"
],
"get_sub_file": true,
"ids": [
0
],
"key": "string",
"parent_id": 0,
"payload_model_key": [
"string"
],
"selected_parent_id": 0,
"start_time": 0,
"workspaceID": "string"
}'
{
"code": 0,
"message": "string",
"data": 0
}