addImageToRetrofit

fun HashMap<String, RequestBody>.addImageToRetrofit(pathToFile: String?, photoName: String = "photo_")
fun ArrayMap<String, RequestBody>.addImageToRetrofit(pathToFile: String?, photoName: String = "photo_")
fun HashMap<String, RequestBody>.addImageToRetrofit(image: ByteArray?, photoName: String = "photo_")
fun ArrayMap<String, RequestBody>.addImageToRetrofit(image: ByteArray?, photoName: String = "photo_")
fun HashMap<String, RequestBody>.addImageToRetrofit(image: ByteString?, photoName: String = "photo_")
fun ArrayMap<String, RequestBody>.addImageToRetrofit(image: ByteString?, photoName: String)