Authorization: ********************curl --location '/v1/kyb/applications//documents/upload-url' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"document_id": "b792e8ae-2cb4-4209-85b9-32be4c2fcdd6",
"upload_url": "http://example.com",
"upload_method": "string",
"expires_at": "2019-08-24T14:15:22.123Z",
"max_size_bytes": 0
}