{
"type": "crm-lead",
"id": "string",
"attributes": {
"crm_url": "string",
"first_name": "string",
"last_name": "string",
"organization_name": "string",
"email": "string",
"country": "string",
"city": "string",
"job_title": "string"
},
"relationships": {
"crm_owner": {
"id": "string",
"type": "crm-user"
}
}
}