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