curl --request POST \
--url https://api.tic.io/datasets/companies/{companyId}/credit-report \
--header 'Content-Type: application/json-patch+json' \
--header 'x-api-key: <api-key>' \
--data '
{
"consentToPricing": true,
"sendSMSToE164MobileNumber": "<string>",
"sendEmailToEmailAddress": "jsmith@example.com"
}
'