curl --location --request PATCH '/smartflows/folders/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Smartflow folder 2025-04-24 16:14:20",
"internal": true,
"archived": true,
"valid": true,
"color": "#AB47BC",
"order": 3
}'{
"error": "Failed to modify folder"
}