namespace Application.Features.Api.Developers.Profile.StartKyc; public sealed record Response(string AuthUrl, string SessionToken);