4 lines
191 B
Markdown
4 lines
191 B
Markdown
|
|
curl -X POST http://localhost:8001/animate \
|
||
|
|
-H "Content-Type: application/json" \
|
||
|
|
-d '{"animate_type": "auto", "animation_url": "animations/vrma/VRMA_02.vrma", "play_once": true}'
|