Authorization: Bearer ********************{
"saleId": "string"
}curl --location 'https://web-api.blockindex.com/entity//sale/inventory/match/rule' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"saleId": "string"
}'{
"status": "success",
"requestId": "01a6accf-5b79-76fd-420b-91fbf2855bee",
"data": true
}