{
"items": [
{
"key": "string",
"value": "string"
}
]
}
curl --location --request POST '/apis/v1beta1////labels' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"key": "string",
"value": "string"
}
]
}'
{
"labels": [
{
"key": "string",
"value": "string"
}
]
}