curl --request POST \
--url https://api.skulabs.com/inventory/bulk_reconciliation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"reason": "<string>",
"notes": "<string>",
"rows": [
{}
]
}
'/inventory/bulk_reconciliation
curl --request POST \
--url https://api.skulabs.com/inventory/bulk_reconciliation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"reason": "<string>",
"notes": "<string>",
"rows": [
{}
]
}
'