addImageByteStringsToRetrofit

fun HashMap<String, RequestBody>.addImageByteStringsToRetrofit(byteList: List<ByteString>, photoName: (index: Int) -> String = { index -> "photo_$index"})
fun ArrayMap<String, RequestBody>.addImageByteStringsToRetrofit(byteList: List<ByteString>, photoName: (index: Int) -> String = { index -> "photo_$index"})