Get the membership status for the auth token making the request
curl -i -X GET \ 'https://api.frame.io/v2/accounts/{account_id}/membership' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "account": "owner",
- "reviewer": true,
- "team": "team_manager"
}