curl --location --request GET 'https://ligai.cn/openapi/api/epic/filter-options?projectId=1' \
--header 'accessToken: ' \
--header 'Content-Type: application/json'
{
"code": "0",
"data": {
"owner": [
{
"name": "yyy",
"id": 2
}
],
"status": [
{
"name": "xxx",
"id": 1
}
]
}
}