curl --location --request POST 'http://localhost:8000/api/v1/stock-opname' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"date": "2025-11-05",
"name": "Stock Opname Siklus",
"approval_by":1,
"type": "CYCLE",
"notes": "Cek stok bulanan",
"is_draft": 0,
"product": [
{
"id": 3936,
"actual_stock": 300,
"reason" : "Stocknya hilang"
}
]
}'{}