{
"workflowId": "550e8400-e29b-2132e24rfe",
"images": {
"ic_front": "data:image/jpeg;base64,...",
"ic_back": "data:image/jpeg;base64,...",
"passport": "data:image/jpeg;base64,...",
"selfie": "data:image/jpeg;base64,..."
}
}curl --location 'https://staging-auth.fuyoh.my/my/ekyc/submit' \
--header 'Content-Type: application/json' \
--data '{
"workflowId": "550e8400-e29b-2132e24rfe",
"images": {
"ic_front": "data:image/jpeg;base64,...",
"ic_back": "data:image/jpeg;base64,...",
"passport": "data:image/jpeg;base64,...",
"selfie": "data:image/jpeg;base64,..."
}
}'{
"status": "success",
"partner_id": "U2FsdGVkX18aB3dfe23e31e"
}