POST to /api/v1/bloks/async_action/{appId}/ with the quad-envelope
(params, _uuid, bk_client_context, bloks_versioning_id).
Returns a BloksResponse (raw body + transport-parsed .ast/.dicts/
.literals) so screens can read state directly from the parser instead of
regex-on-stringify. Used by the authenticity-wizard family of UFAC screens
(com.bloks.www.checkpoint.ufac.poll_ufac_api,
com.bloks.www.checkpoint.ufac.image_upload.upload_identity_verification)
and by the IXT trigger screen
(com.bloks.www.ig.ixt.triggers.screen.authenticity_wizard — passed via
ufacAppsRest).
POST to
/api/v1/bloks/async_action/{appId}/with the quad-envelope (params,_uuid,bk_client_context,bloks_versioning_id).Returns a
BloksResponse(raw body + transport-parsed.ast/.dicts/.literals) so screens can read state directly from the parser instead of regex-on-stringify. Used by the authenticity-wizard family of UFAC screens (com.bloks.www.checkpoint.ufac.poll_ufac_api,com.bloks.www.checkpoint.ufac.image_upload.upload_identity_verification) and by the IXT trigger screen (com.bloks.www.ig.ixt.triggers.screen.authenticity_wizard— passed viaufacAppsRest).