curl --location --request GET '/v1/observability/cluster//namespaces//logging/apps'
{
"data": null,
"errorData": null,
"message": "string",
"Data": {
"property1": {
"appLabel": "string",
"collectedBy": "string"
},
"property2": {
"appLabel": "string",
"collectedBy": "string"
}
}
}