curl -L \
--request POST \
--url 'https://open-api-fractal.unisat.io/v1/collection-indexer/collection/remove_items' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"collectionId": "text",
"inscriptionIds": [
"text"
]
}'