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": [
{}
]
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK