curl --location --request POST 'https://api.flashcat.cloud/monit/rule/move?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
],
"dest_folder_id": 0
}'{
"error": {
"code": "string",
"message": "string"
},
"data": [
{
"name": "string",
"message": "string"
}
]
}