curl --location '/projects/'{
"data": {
"created_at": "string",
"description": "string",
"github_url": "string",
"id": "string",
"image_url": "string",
"sort_order": 0,
"tech_stack": [
"string"
],
"title": "string",
"url": "string"
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}