curl --location --request DELETE 'https://api.managem.co.uk/basket/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"listingId": "string"
}'{
"property1": [
{
"urn": "string",
"price": 1,
"quantity": 1,
"condition": "string",
"language": "string",
"variants": [],
"comment": "string",
"sellerId": "string",
"listing": {
"id": "string",
"sellerId": "string",
"condition": "string",
"price": 0,
"quantity": 1,
"available": 0,
"language": "string",
"variants": [],
"comment": "string",
"gradingProvider": "string",
"gradingScore": "string",
"gradingNumber": "string",
"createdAt": "string",
"updatedAt": "string",
"item": {
"urn": "string",
"type": "card",
"game": "Pokemon",
"title": "string",
"name": "string",
"rarity": "string",
"number": "string",
"description": "string",
"set": {
"name": "string",
"size": 0,
"urn": "string",
"counts": {
"printed": 0,
"total": 0
},
"symbol": {
"url": "string"
},
"released": "string",
"references": [
"string"
]
},
"series": {
"name": "string",
"urn": "string"
},
"images": [
{
"urn": "string",
"illustrator": "string",
"url": "http://example.com"
}
],
"alternatives": [
"string"
],
"metadata": [
{
"name": "string",
"value": "string",
"detail": null
}
],
"price": 0,
"available": 0,
"quantity": 0,
"min": {
"id": "string",
"sellerId": "string",
"price": 0
},
"max": {
"id": "string",
"sellerId": "string",
"price": 0
}
},
"seller": {
"id": "string",
"username": "string",
"avatar": "http://example.com",
"cover": "http://example.com",
"profile": "string",
"reviews": 0,
"rating": 0,
"score": 0,
"sales": 0,
"purchases": 0
}
},
"expires": "2019-08-24T14:15:22Z"
}
],
"property2": []
}