post https://v1043ank2j.execute-api.ap-southeast-3.amazonaws.com/{basePath}/api/v1/users/documents/upload
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'