curl --location 'https://api.pibox.com/api/v2/projects/ungrouped' \
--header 'Content-Type: application/json' \
--data '{
"team_ids": [
0
]
}'{
"object": "list",
"data": [
{
"property1": "string",
"property2": "string"
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0
}
}