curl --request POST \
--url https://gateway.7exchange.io/customer/1.0.0/createDocuments/{customerId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--header 'token: <token>' \
--data '[
{
"purpose": "<string>",
"name": "<string>",
"verificationResponse": true,
"documentType": "<string>",
"location": "<string>",
"status": "<string>",
"metadata": [
{
"name": "<string>",
"type": "<string>",
"value": "<string>"
}
]
}
]'