{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"playMode": "string"
}
curl --location --request POST '/blackHole3D/project/sceneTree/componentTree/updateAnimationPlayMode' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"playMode": "string"
}'
{
"isSuccess": true,
"errMsg": "string"
}