{
"ids": [
"string"
],
"type": [
1
]
}curl --location --request DELETE '/api/v1/star' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"type": [
1
]
}'{
"code": 0,
"msg": "ok",
"data": null
}