curl --request PUT \
--url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/Account \
--header 'Content-Type: application/json' \
--header 'X-apikey: <api-key>' \
--data '
{
"Name": "",
"AccountTypeId": 1234567891234567,
"Id": 1234567891234567,
"Contacts": [
{
"ContactName": "",
"ContactPhone": "",
"ContactEmail": ""
}
],
"ExternalId": ""
}
'