curl --location --request GET 'https://api.synup.com/api/v4/folder-details?folderId=67049f29-3bc6-4e82-875b-02159b4b1fea&folderName=franchise' \
--header 'Authorization: T9V35W3xxxxxxxxxxx'
{
"data": {
"getFolderDetails": {
"locations": [
{}
],
"folderName": "franchise",
"parentFolderId": "72a9f81d-1c74-44c2-8e7d-7c51787cbc09",
"parentFolderName": "all_franchise",
"createdAt": "2024-04-03 10:29:49 UTC"
}
}
}