{
"clusterID": 0,
"clusterName": "string",
"content": null,
"createdAt": "string",
"id": 0,
"msgbus.ResourceType": "string",
"status": "string",
"tenantID": 0,
"tenantName": "string",
"title": "string"
}
curl --location --request POST '/v1/approve//pass' \
--header 'Content-Type: application/json' \
--data-raw '{
"clusterID": 0,
"clusterName": "string",
"content": null,
"createdAt": "string",
"id": 0,
"msgbus.ResourceType": "string",
"status": "string",
"tenantID": 0,
"tenantName": "string",
"title": "string"
}'
{
"data": null,
"errorData": null,
"message": "string",
"Data": "string"
}