Authorization: Bearer ********************
{
"name": "处理中",
"type": "pending"
}
curl --location --request POST 'https://open.pingcode.com/v1/ship/ticket_states' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "处理中",
"type": "pending"
}'
{}