REST API - skin color

Is it possible to use a REST API to change the skin color of avatar?

I’ve been searching for documentation on this topic, but I haven’t been able to find any. There is a post about getting the color option (How are skin colors calculated? - #4 by alan_cosmo), but the API to set the skinColor is still not clear.

I would greatly appreciate your assistance with this matter. Thank you!

An example of response body:

{
   "data":{
      "skin":[
         "#ffc2aaff",
         "#f7baa2ff",
         "#efb29aff",
         "#e7aa92ff",
         "#dfa28aff",
         "#cf927aff",
         "#a87663ff",
         "#946857ff",
         "#815b4cff",
         "#6d4d40ff",
         "#5a3f35ff"
      ]
   }
}

while in metadata, the properties related to skin is:

"skinColor": 5,
"skinColorHex": "#cf927a"

Hi! We don’t currently have an endpoint for that, but I will share your feature request with the team. Can’t provide any estimation of when or if this feature will be released, though.