{ "oldTag": "string", "newTag": "string" }
curl --location --request PATCH '/api/v1//tags:rename' \ --header 'Content-Type: application/json' \ --data-raw '{ "oldTag": "string", "newTag": "string" }'
{}