curl --location --request GET 'https://app.workzappy.com/openapi/api/issue/relationship-list?id=1' \
--header 'accessToken: {{accessToken}}' \
--header 'Content-Type: application/json'
{
"code": "0",
"data": [
{
"summary": "xxx",
"issueId": 1,
"type": "RELATES_TO",
"projectId": 1
}
]
}