{}
curl --location --request POST '/rest/services//image/allCollectionName' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"resultcode": "success",
"result": {
"collectionNames": [
"hongshanqu"
]
}
}