curl --request POST \
--url https://api.machines.cash/user/v1/kyc/me/document \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Upload document for current user
When to use this: Attach KYC document for the active user account.
Required scope: kyc.write.
curl --request POST \
--url https://api.machines.cash/user/v1/kyc/me/document \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}