curl --location -g --request GET 'https:///api/v2/projects/filter' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "string",
"data": {
"projects": [
{
"id": 0,
"project_name": "string",
"created_by": "string",
"team": 0
}
]
}
}