CustomRequestBody: {
    [key in `c_${string}`]: string | number | boolean | string[] | number[] | {
        [key: string]: unknown;
    }
}

Custom body request type with any string prefixed with c_ as the key and the allowed types for the value.