export interface AuthorizationRequest { id_authorization: number; amount: number; currency: string; description: string; }