performVerification

@POST(value = "verifiers/{verifier_id}/verifications")
abstract fun performVerification(@Path(value = "verifier_id") verifierId: String, @HeaderMap headers: Map<String, String>, @Query(value = "face_ids") faceIds: String?, @Query(value = "event_ids") eventIds: String?, @Query(value = "attribute_ids") attributeIds: String?, @Query(value = "external_ids") externalIds: String?, @Query(value = "image_type") imageType: Int?, @Query(value = "use_exif_info") useExifInfo: Int?, @Body payload: RequestBody): Call<VerifyResponse>

https://docs.visionlabs.ai/luna/v.5.28.0/ReferenceManuals/APIReferenceManual.html#operation/postVerifier