Create new identity verification case and first submissionCopy Pagepost http://localhost:8080/v1/kyc/identity-verification/casesBody ParamsRepresents the user's consent information along with their location details.consentObtainedstring | nullConsent status, which can only be one of 'yes', 'no', or 'na'.consentObtainedAtdate-time | nullThe date and time in UTC when consent was obtained.userIpstring | nullThe IP address of the user providing consent.userLocationCountrystringrequiredThe country code of the user's location in ISO 3166-1 alpha-3 format.userLocationStatestring | nullThe state or region of the user's location.Responses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated about 1 month ago