# Simulate verification for all profiles

Verifies all profiles associated with the authenticated user, changing their verification state to `PASSED`.
This is useful for testing the `profiles#verification-state-change` webhook and is a prerequisite for setting up a Multi-Currency Account (MCA).
Accepts user API tokens only. The profiles are identified via the token.

Endpoint: POST /simulation/verify-profile
Security: UserToken

## Header parameters:

  - `X-External-Correlation-Id` (string)
    Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. [Learn more](/guides/developer/headers/correlation-id).

