pub async fn patch_profile_relationship(
__arg0: State<App>,
__arg1: Auth,
__arg2: Path<String>,
__arg3: Json<UpdateProfileData>,
) -> ClResult<StatusCode>Expand description
PATCH /profile/:idTag - Update relationship data with another user