curl --request POST \
--url https://api.trychart.com/client-links \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"metadata": {},
"settings": {
"flowType": "full",
"transcripts": {
"ACTR": [
"<string>"
],
"RECA": [
"<string>"
],
"WAID": [
"<string>"
],
"VENF": [
"<string>"
],
"W2": [
"<string>"
],
"1095-A": [
"<string>"
],
"NOTICE": [
"<string>"
]
},
"prefillData": {
"personalInfo": {
"firstName": "John",
"lastName": "Doe",
"ssn": "123456789"
},
"businessInfo": {
"name": "Test, Inc.",
"taxId": "123456789",
"type": "S-Corporation",
"phone": "1112223344",
"title": "Chief Executive Officer"
},
"address": {
"street": "123 Main St",
"other": "Apt 1",
"city": "San Francisco",
"state": "CA",
"zip": "94101"
}
}
}
}'