Built a new .xml based on an export, which there are examples of all over regarding this.
<?xml version="1.0"?>
<name>Your_SSID_Name</name>
<SSIDConfig>
<SSID>
<name>Your_SSID_Name</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>WPA3SAE</authentication>
<encryption>AES</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>
<keyType>passPhrase</keyType>
<protected>false</protected>
<keyMaterial>Your_Password_Here</keyMaterial>
</sharedKey>
</security>
</MSM>
<enableRandomization>false</enableRandomization>
<randomizationSeed>3803818030</randomizationSeed>
</MacRandomization>
</WLANProfile>