curl --request POST \
--url https://api.example.com/certificates/phone_number_verification/furnish/api \
--header 'Content-Type: application/json' \
--data '
{
"program_name": "<string>",
"application_date": "<string>",
"records": [
{
"first_name": "<string>",
"last_name": "<string>",
"date_of_birth": "<string>",
"social_security_number": "<string>",
"consumer_cross_reference_id": "<string>"
}
]
}
'