I am getting this issue while running curl command, can someone help.
<?xml version="1.0"?>
<soapenv:Header>
<ns1:clientCustomerId>xxx-xx-xxx</ns1:clientCustomerId>
<ns1:developerToken>xxxxxx</ns1:developerToken>
<ns1:userAgent>Autodesk app</ns1:userAgent>
<ns1:validateOnly>false</ns1:validateOnly>
<ns1:partialFailure>false</ns1:partialFailure>
</ns1:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<operations>
<operator>ADD</operator>
<operand>
<name>Hello World</name>
<status>PAUSED</status>
<budget>
<budgetId>YOUR_BUDGET_ID</budgetId>
</budget>
<positiveGeoTargetType>DONT_CARE</positiveGeoTargetType>
</settings>
<advertisingChannelType>SEARCH</advertisingChannelType>
<networkSetting>
<targetGoogleSearch>true</targetGoogleSearch>
<targetSearchNetwork>true</targetSearchNetwork>
<targetContentNetwork>false</targetContentNetwork>
</networkSetting>
<biddingStrategyConfiguration>
<enhancedCpcEnabled>false</enhancedCpcEnabled>
</biddingScheme>
</biddingStrategyConfiguration>
</operand>
</operations>
</mutate>
</soapenv:Body>
</soapenv:Envelope>