curl --location --request PATCH '/v4/api/folders//rename' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string"
}'{
"error": {
"code": "INVALID_API_KEY",
"message": "Invalid API key"
}
}