postProfileImage

@POST(value = user/profileImage)
abstract fun postProfileImage(@Body() payload: Map<String, String>): Observable<ResponseBody>