Generate a document upload URL for a specific customer KYC.
curl --request PUT \ --url https://api.sandbox.sudo.cards/customers/{id}/documents/url \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "fileName": "<string>", "fileType": "<string>" }'
"{}"
The _id of the customer you wish to upload documents for.
_id
200
The response is of type object.
object