Authorization: Bearer ********************
{
"name": "新建",
"type": "in_progress"
}
curl --location -g --request PATCH 'https://open.pingcode.com/v1/project/stages/{{stage_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "新建",
"type": "in_progress"
}'
{}