curl --request POST \
--url https://los.universal.rollout.com/api/borrowers \
--header 'Content-Type: application/json' \
--data '
{
"emails": [
{
"value": "<string>",
"type": "<string>",
"status": "<string>",
"isPrimary": true
}
],
"name": "<string>",
"type": "<string>",
"phones": [
{
"value": "<string>",
"type": "<string>",
"status": "<string>",
"isPrimary": true
}
],
"addresses": [
{
"type": "<string>",
"street": "<string>",
"city": "<string>",
"state": "<string>",
"code": "<string>",
"country": "<string>"
}
],
"taxId": "<string>",
"loanId": "<string>",
"role": "<string>"
}
'