curl --location --request POST 'https://api.uat.sokin.com/corporates/documents' \
--header 'x-api-version;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"documentType": "string",
"noOfDocuments": 1,
"contentType": "string",
"corporateExternalReference": "string",
"otherDocumentType": "string"
}'{
"message": "string",
"data": {
"urls": [
{
"url": "string",
"fields": {}
}
]
}
}