curl --location --request GET '/categories?offset=0&limit=10' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"Id": 0,
"Name": "string",
"ImageId": null,
"Count": 0
}
],
"info": {
"count": 0,
"limit": 0,
"offset": 0,
"total": 0
}
}