Authorization: Bearer ********************{
"saleId": 1,
"inventoryIds": 1
}curl --location 'https://web-api.blockindex.com/entity//sale/inventory/match/manual' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"saleId": 1,
"inventoryIds": 1
}'{
"status": "success",
"requestId": "36b2554e-1978-362a-ecb4-d1da0b4c966f",
"data": true
}