curl --location --request GET '/projects?search&tags&favorite&archived&order_by&order&page&size' \
--header 'Authorization: Bearer <token>'{
"projects": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"number": "string",
"tag": "string",
"updated_at": "2019-08-24T14:15:22.123Z",
"is_favorite": true,
"public_token": "string"
}
],
"total": 0
}