Upload user documents

This endpoint allows users to upload documents required for KYC (Know Your Customer) verification.

The uploaded documents are used to validate the user's identity and comply with regulatory requirements.

Note: Use the url from response(200) to upload the image/png. i.e
curl --location --request PUT '{{url}}'
--header 'Content-Type: image/png'
--data-binary '@/Users/john/Documents/id-card.png'

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!