getProfileInfo

@GET(value = "/my/profile")
abstract fun getProfileInfo(): Call<ProfileData>