curl --location '/smartflows/folders' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Anniversaries",
"internal": true,
"color": "#AB47BC",
"order": 3
}'{
"data": {
"folderId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"name": "Anniversaries",
"order": 3
}
}