{
"current_page": 1,
"data": [
{
"id": 1,
"question": "How can i refund",
"answer": "Bla bla bla",
"order": 1,
"faq_category_id": 2,
"created_at": "2024-10-22 08:59:52",
"updated_at": "2024-10-22 08:59:52"
}
],
"first_page_url": "http://iptv-api.test/api/v1/faqs?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://iptv-api.test/api/v1/faqs?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://iptv-api.test/api/v1/faqs?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://iptv-api.test/api/v1/faqs",
"per_page": 15,
"prev_page_url": null,
"to": 1,
"total": 1
}