Authorization: Bearer ********************{
"name": "新建",
"type": "pending"
}curl --location -g --request PATCH 'https://open.pingcode.com/v1/project/work_item_states/{{state_id}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "新建",
"type": "pending"
}'{}