updateProfile

@PUT(value = "profile/{licence}/update/{mapstedUid}")
abstract fun updateProfile(@Path(value = "licence") licence: String, @Path(value = "mapstedUid") mapstedUid: String, @Body profile: Profile): Call<Any>