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