curl --request POST \
--url http://staging.api.commenda.io/api/v1/incorporation-requests/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"corporationDetails": {
"US": {
"CCorp": {
"corporationName": "Commenda Technologies Inc.",
"website": "<string>",
"descriptionOfBusiness": "<string>",
"fiscalYearEndDate": "2023-12-25",
"physicalAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"mailingAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"authorizedShares": {
"shareCount": 10000000,
"sharesRetainedForESOPPool": 2000000,
"shareValuation": 0.00001
},
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isDirector": true,
"isAuthorizedSignatory": true,
"boardAppointedRoles": [
"President"
],
"sharesToIssue": 10000
}
]
},
"LLC": {
"llcName": "Commenda Technologies LLC.",
"website": "<string>",
"descriptionOfBusiness": "<string>",
"fiscalYearEndDate": "2023-12-25",
"physicalAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"mailingAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isAuthorizedSignatory": true,
"membershipInterestAllocation": 123
}
]
}
},
"IN": {
"PvtLtd": {
"corporationName": "Commenda Technologies Pvt. Ltd.",
"website": "<string>",
"physicalAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"addressProofFileId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isDirector": true,
"isAuthorizedSignatory": true,
"boardAppointedRoles": [
"President"
],
"sharesToIssue": 10000
}
]
},
"LLP": {
"corporationName": "Commenda Technologies Inc.",
"website": "<string>",
"descriptionOfBusiness": "<string>",
"capitalContribution": 123,
"addressProofFileId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isAuthorizedSignatory": true,
"capitalContribution": 123
}
]
}
}
}
}'