{
"code": 200,
"message": "Projects retrieved successfully",
"data": {
"data": [
{
"id": 4,
"title": "Project 4",
"description": "Another mobile project",
"status": "open",
"budget": 1200,
"duration": "4 weeks",
"deadline": "2025-10-14",
"completed_at": null,
"rating": null,
"experience_level": "entry",
"created_at_human": "4 hours ago",
"proposals_count": null,
"review_comment": null,
"client": {
"name": "Test Client",
"location": null,
"rating": null
},
"skills": []
}
],
"links": {
"first": "http://backend.test/api/v1/projects?page=1",
"last": "http://backend.test/api/v1/projects?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"per_page": 10,
"total": 1,
"last_page": 1
}
}
}