Authorization: Bearer ********************
{
"name": "功能缺陷",
"group": "bug"
}
curl --location --request POST 'https://open.pingcode.com/v1/project/work_item_types' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "功能缺陷",
"group": "bug"
}'
{}