curl --location --request GET '/store/forms?sku=ESB-003&category=name&keyword=Checkout Form1&sort_by=name&sort_dir=desc&start=0&limit=10'
ubah response dan
{
"data": [
{
"id": "uuid-string",
"name": "Form Name",
"status": 1,
"page_views": 1500,
"leads_count": 45,
"conversion_rate": 3.0,
"created_at": "2025-01-01T10:00:00Z",
"updated_at": "2025-01-02T15:30:00Z",
"file_name": "header.jpg",
"file_path": "/uploads/headers/",
"product_id": 456
}
],
"total": 25,
"resume":{
"total_page_view":1500,
"total_leads":45,
"total_konversi":3.0
}
}