curl --location --request DELETE '/api/v1/accounts//teams//team_members' \ --header 'Content-Type: application/json; charset=utf-8' \ --data-raw '{ "user_ids": [ 0 ] }'
{}