Authorization: Bearer ********************
{
"state_id": "5c9b35de90ad7153c2062f18"
}
curl --location -g --request POST 'https://open.pingcode.com/v1/project/work_item_state_plans/{{state_plan_id}}/work_item_states' \
--header 'Content-Type: application/json' \
--data-raw '{
"state_id": "5c9b35de90ad7153c2062f18"
}'
{}