curl --location '/core/mediaLibrary/components' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data '[
"string"
]'[
[
{
"component": {
"property1": "string",
"property2": "string"
},
"path": "string"
}
]
]