curl --request POST \
--url https://api.machines.cash/user/v1/kyc/initiate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Initiate KYC application
When to use this: Start KYC with minimum profile data before full submission.
Required scope: kyc.write.
curl --request POST \
--url https://api.machines.cash/user/v1/kyc/initiate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}