curl --location --request POST 'https://apigw.klinkcx.com/api/v1/media-manager/folders' \
--header 'x-service-token;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "API NEW FOLDER 7",
"parentId": null,
"isPrivate": false,
"sortOrder": 0
}'{}