{
"issueId": 1,
"linkedIssueId": 1,
"type": "RELATES_TO"
}
curl --location --request POST 'https://ligai.cn/openapi/api/issue/remove-relationship' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"issueId": 1,
"linkedIssueId": 1,
"type": "RELATES_TO"
}'
{
"code": "0",
"data": {
"success": true
}
}