curl --location 'https://mock.apidog.com/m1/1212435-0-default/api/projects?Status=0&PageNumber=1&PageSize=5' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"isSuccess": true,
"data": {
"items": [
{
"id": "73ffe66c-750f-42aa-9bda-0834007caf02",
"name": "CRM System",
"description": "CRM Project Description",
"status": "InProgress",
"clientName": "Carol Ehab",
"totalRequirements": 3,
"totalUserStories": 1,
"totalComments": 3,
"createdAt": "2026-04-02T23:19:22.711395Z"
}
],
"totalCount": 1,
"pageNumber": 1,
"pageSize": 10
},
"message": "Projects Fetched Successfully",
"statusCode": 200,
"errors": []
}