pub async fn store_data(
    client: StorageServiceClient<Channel>,
    region: u32,
    key: Vec<u8>,
    value: Vec<u8>
) -> StatusCode