curl --location '/outsourced-verifications/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "+6412312312",
"email": "abc@example.com",
"org_name": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"notes": "string",
"reference": "string",
"type": "trust_partnership",
"name": "string",
"country": "string",
"business_number": "string",
"contact_first_name": "string",
"contact_last_name": "string",
"callback_url": "https://realaml.com",
"notify_email": "abc@example.com"
}'{
"signature_key": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"type": "trust_partnership",
"phone": "+6412312312",
"email": "abc@example.com",
"org_name": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"notes": "string",
"reference": "string",
"name": "string",
"country": "string",
"business_number": "string",
"contact_first_name": "string",
"contact_last_name": "string",
"status": "submitted"
}