Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//inventory/bulk-adjust' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"product_id": "string",
"adjustment": 0,
"reason": "string"
}
]'{
"success": true,
"data": [
{
"product_id": "string",
"previous_quantity": 0,
"new_quantity": 0,
"adjustment": 0
}
],
"message": "string"
}