Authorization: Bearer ********************curl --location -g --request GET 'https://open.pingcode.com/v1/project/properties/{{work_item_propertie_id}}' \
--header 'Authorization: Bearer <token>'{
"id": "severity",
"url": "https://rest_api_root/v1/project/properties/severity",
"name": "严重程度",
"type": "select",
"options": [
{
"_id": "5efb1859110533727a82c603",
"text": "严重"
},
{
"_id": "5efb1859110533727a82c605",
"text": "不严重"
}
],
"is_removable": true,
"is_name_editable": true,
"is_options_editable": true
}