curl --location 'https://primaryapi.cicle.app/api/v1/companies' \
--header 'Authorization: Bearer <token>'{
"companies": [
{
"_id": "string",
"name": "string",
"desc": "string",
"logo": "string",
"creator": "string",
"admins": [
"string"
],
"managers": [
"string"
],
"spvs": [
"string"
],
"membersJoined": [
{
"member": "string",
"joinedAt": "string"
}
],
"members": [
{
"_id": "string",
"fullName": "string",
"photoUrl": "string",
"status": "string",
"bio": "string"
}
],
"teams": [
{
"_id": "string",
"name": "string",
"desc": "string",
"creator": "string",
"company": "string",
"type": "string",
"members": [
{
"_id": "string",
"photoUrl": "string"
}
],
"boards": [
"string"
],
"bucket": "string",
"groupChat": "string",
"blast": "string",
"checkIn": "string",
"schedule": "string",
"archived": {
"status": true,
"archivedAt": "string"
},
"createdAt": "string",
"updatedAt": "string"
}
],
"workloadCapacityDefault": {
"value": 0,
"measurement": "string"
},
"archived": {
"status": true,
"archivedAt": "string"
},
"metrics": {
"country": "string",
"marketing": "string",
"payment": "string"
},
"createdAt": "string",
"updatedAt": "string"
}
]
}