curl --location --request POST 'https://api.managem.co.uk/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "pikachu",
"facets": {
"series": [
"Base"
]
},
"size": 1
}'
{
"total": 0,
"hits": [
{
"id": "string",
"urn": "string",
"type": "card",
"game": "Pokemon",
"title": "string",
"name": "string",
"number": "string",
"description": "string",
"set": {
"id": "string",
"name": "string",
"size": 0,
"counts": {
"printed": 0,
"total": 0
},
"released": "string",
"references": [
"string"
]
},
"series": {
"name": "string",
"id": "string"
},
"image": {
"illustrator": "string",
"url": "http://example.com"
}
}
],
"facets": {
"property1": {
"property1": 0,
"property2": 0
},
"property2": {
"property1": 0,
"property2": 0
}
}
}