pub async fn update_pet_attributes(
__arg0: State<AppState>,
__arg1: Path<Uuid>,
__arg2: Json<UpdatePetAttributes>,
) -> Json<UpdatePetAttributes>
pub async fn update_pet_attributes(
__arg0: State<AppState>,
__arg1: Path<Uuid>,
__arg2: Json<UpdatePetAttributes>,
) -> Json<UpdatePetAttributes>