Api Endpoint for category

Is there an endpoint in the Shopify REST Admin API to update product categories?

@pc_propero98 There isn’t a specific endpoint labeled as “product categories” because Shopify traditionally doesn’t organize products into “categories” the way some other e-commerce platforms do. Instead, Shopify uses collections to group products.

Actually, I want to update metafield options using the REST Admin API, and the specific options should be available based on the selected category. That’s why I was trying to update the product category. Could you please suggest how to do this?