{
"data": [
{
"id": 25,
"name": "15",
"name2": "% ",
"name2_color": "rgb(154, 53, 184)",
"order": 1,
"price": "100",
"category": {
"id": 2,
"name": "Deposit Bonus",
"order": 3,
"created_at": "2024-11-29T15:57:33.000000Z",
"updated_at": "2024-11-29T15:57:48.000000Z"
},
"created_at": "2024-11-29T23:07:18.000000Z",
"updated_at": "2025-01-31T16:53:00.000000Z",
"bonus_template": {
"id": 113,
"slug": "5bffe6ae-3d96-4329-a83f-7dec02b115e9",
"title": "Shop 15% for dep",
"json_config": {
"currency_id": "13",
"deposit_bonus_percent": "15",
"deposit_min_amount": "1000",
"wager": "38"
// other parameters omitted for brevity
},
"state": "active"
},
"media": [
{
"id": 108,
"name": "01JJYMFCMXGGDC7TC15AN538P4.webp",
"original_url": "https://dev-cdn-rmc.garillahub.com/laravel/108/01JJYMFCMXGGDC7TC15AN538P4.webp",
"mime_type": "image/webp"
}
]
}
// other products
],
"links": {
"first": "http://localhost:8001/api/product?=1",
"last": "http://localhost:8001/api/product?=2",
"prev": null,
"next": "http://localhost:8001/api/product?=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 2,
"per_page": 25,
"to": 25,
"total": 31
}
}