curl -L \
--request POST \
--url 'https://api.alignlabs.dev/v0/customers/{customer_id}/kycs/individual/share' \
--header 'Authorization: text' \
--header 'Content-Type: application/json' \
--data '{
"id_document": {
"type": "government_id",
"file_id": "123e4567-e89b-12d3-a456-426614174000",
"back_side_file_id": "123e4567-e89b-12d3-a456-426614174000"
},
"proof_of_address": {
"type": "government_id",
"file_id": "123e4567-e89b-12d3-a456-426614174000",
"back_side_file_id": "123e4567-e89b-12d3-a456-426614174000"
}
}'