curl --request GET \
--url https://v2-nova-api.prod.czmx.in/me/organizations[
{
"id": "<string>",
"joined_at": "<string>",
"name": "<string>",
"role": "<string>",
"slug": "<string>"
}
]Returns all organizations the authenticated user is a member of
curl --request GET \
--url https://v2-nova-api.prod.czmx.in/me/organizations[
{
"id": "<string>",
"joined_at": "<string>",
"name": "<string>",
"role": "<string>",
"slug": "<string>"
}
]