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