Authorization: Bearer ********************curl --location --request GET '/products/lastest-bulk-process' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "latest product uploaded",
"data": {
"id": "84",
"user_id": "2226",
"business_id": "2182",
"row_count": 610,
"total_quantity": 318959,
"total_cp_stock_value": 1868771,
"total_sp_stock_value": 2110629,
"status": "pending",
"created_at": "2024-01-25T16:02:15.700+01:00",
"updated_at": "2024-01-25T16:02:15.701+01:00"
}
}