curl --location --globoff 'https:///api/v2/projects/filter?agent_ids=undefined&comments=undefined&end_date=undefined&query_source=undefined&response_quality=undefined&start_date=undefined&success_status=undefined&timezone=undefined&user_ids=undefined' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "string",
"data": {
"projects": [
{
"id": 0,
"project_name": "string",
"created_by": "string",
"team": 0
}
]
}
}