{
"current_page": 1,
"data": [
{
"id": 1,
"from_user_id": 1,
"to_user_id": 3,
"amount": 2,
"description": "Transaction from test to test2",
"type": "Normal",
"created_at": "2024-07-15 09:53:15",
"updated_at": "2024-07-15 09:53:15"
},
{
"id": 2,
"from_user_id": 1,
"to_user_id": 3,
"amount": 2,
"description": "Transaction from test to test2",
"type": "Normal",
"created_at": "2024-07-15 09:55:35",
"updated_at": "2024-07-15 09:55:35"
},
{
"id": 3,
"from_user_id": 1,
"to_user_id": 3,
"amount": 0.5,
"description": "Transaction from test to test2",
"type": "Normal",
"created_at": "2024-07-15 09:56:13",
"updated_at": "2024-07-15 09:56:13"
},
{
"id": 4,
"from_user_id": 1,
"to_user_id": 3,
"amount": 0.55,
"description": "Transaction from test to test2",
"type": "Normal",
"created_at": "2024-07-15 10:00:17",
"updated_at": "2024-07-15 10:00:17"
}
],
"first_page_url": "http://iptv-api.test/api/v1/transactions?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://iptv-api.test/api/v1/transactions?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://iptv-api.test/api/v1/transactions?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://iptv-api.test/api/v1/transactions",
"per_page": 15,
"prev_page_url": null,
"to": 4,
"total": 4
}