curl --location --request GET '/v1/tenant/_/project/_/manifests'{
"data": null,
"errorData": null,
"message": "string",
"Data": [
{
"annotations": {
"property1": "string",
"property2": "string"
},
"createAt": "string",
"creator": "string",
"description": "string",
"images": [
"string"
],
"istioVersion": "string",
"kind": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"name": "string",
"ref": {
"environment": "string",
"name": "string",
"project": "string",
"tenant": "string"
}
}
]
}