export interface IApiCRUDRequest<T> {
    payload: T;
    recaptcha_token: string;
}
