X-Jicoo-Api-Key: ********************
curl --location --request GET '/v1/organization_team' \
--header 'X-Jicoo-Api-Key;'
{
"data": {
"uid": "string",
"slug": "string",
"name": "string",
"profile": "string",
"profileImage": "string",
"headerTeamImage": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}