Authorization: Bearer ********************
curl --location --request GET 'https://test-api.ucuzyolu.com/blog/categories?categoryId=2' \
--header 'client-id: 302382-1928283273-237723829-292999'
{
"data": {
"data": [
{
"id": 1,
"title": "Deneme",
"description": null,
"summary": null,
"image": "http://api.tripingram.local/uploads/1728125128-whatsapp-image-2024-09-10-at-164512.jpeg",
"createdAt": "2024-10-05T10:33:59.000000Z"
}
],
"from": 1,
"links": [
{
"url": null,
"label": "pagination.previous",
"active": false
},
{
"url": "/?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "pagination.next",
"active": false
}
],
"path": "/",
"to": 1,
"total": 1,
"currentPage": 1,
"firstPageUrl": "/?page=1",
"lastPage": 1,
"lastPageUrl": "/?page=1",
"nextPageUrl": null,
"perPage": 10,
"prevPageUrl": null
},
"success": true,
"code": 0,
"message": ""
}