curl --location --request POST 'http://localhost:8000/api/v1/product/2/batch/test' \
--header 'Authorization: Bearer <token>' \
--form 'batches[0][batch_code]="BATCH004"' \
--form 'batches[0][expire_date]="2025-10-22"' \
--form 'batches[0][stock]="50"' \
--form 'batches[1][batch_code]="BATCH003"' \
--form 'batches[1][expire_date]="2025-09-01"' \
--form 'batches[1][stock]="30"'{}