Authorization: Bearer ********************curl --location -g --request GET 'https://open.pingcode.com/v1/project/states/{{work_item_state_id}}' \
--header 'Authorization: Bearer <token>'{
"id": "5c9b35de90ad7153c2062f18",
"url": "https://rest_api_root/v1/project/states/5c9b35de90ad7153c2062f18",
"name": "新建",
"type": "pending",
"color": "#ff7575",
"is_system": true
}