Get Projects Search Query
GET {{baseUrl}}/projects/search/:query?order_by=<>&sort=<>&page=<>&per_page=<>
Search for projects the current user has access to
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| order_by | string | Order by name or path | |
| sort | string | Sort by asc (ascending) or desc (descending) | |
| page | string | Current page number | |
| per_page | string | Number of items per page |