curl --location -g --request GET '/members/{{companyId}}' \ --header 'Authorization: {{apiKey}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "active": true }'
{}