Get the list of all the team members.
GET
/team-members
apikey
success
error
{ msg: [error detail] }
curl --location --request GET 'https://api.sociocs.com/team-members' \ --header 'apikey: your_api_key' \