{
"fieldCode": "xxx",
"optionId": 1
}
curl --location --request POST 'https://ligai.cn/openapi/api/issue/remove-field-option' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"fieldCode": "xxx",
"optionId": 1
}'
{
"code": "0",
"data": {
"success": true
}
}