curl --request POST \
--url https://example.com/organization \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"name": "string",
"city": "string",
"state": "string",
"source": "duns_number",
"country": "string",
"street1": "string",
"street2": "string",
"postCode": "string",
"source_id": "string"
}
'