export interface StatusResponseInterface { authorizationId: string; referenceId: string; status: string; }