I'm trying integrate Mailchimp for a website in PHP. Below code form Mailchimp documentation and I want to know the value of YOUR_SERVER_PREFIX and how to find that value
$mailchimp = new \MailchimpMarketing\ApiClient();
$mailchimp->setConfig([
'apiKey' => 'YOUR_API_KEY',
'server' => 'YOUR_SERVER_PREFIX'
]);