export interface RequestOptions {
    headers: {
        Authorization: string;
        Accept: string;
    };
}
