{
"current_page": 1,
"data": [
{
"id": 1,
"from_user_id": 1,
"to_user_id": 1,
"amount": 9.99,
"status": "pending",
"reject_reason": null,
"reject_reason_prove": null,
"contact_info": "@test",
"payment_proof": null,
"created_at": "2025-09-01 09:53:33",
"updated_at": "2025-09-01 09:53:33"
}
],
"first_page_url": "https://iptv-api.test/api/v1/request-credits?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://iptv-api.test/api/v1/request-credits?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://iptv-api.test/api/v1/request-credits?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "https://iptv-api.test/api/v1/request-credits",
"per_page": 15,
"prev_page_url": null,
"to": 1,
"total": 1
}