curl --request DELETE \
--url https://api.skulabs.com/item/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_id": "<string>"
}
'{}/item/remove
curl --request DELETE \
--url https://api.skulabs.com/item/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_id": "<string>"
}
'{}