curl --request POST \
--url https://api.simli.ai/compose/token \
--header 'Content-Type: application/json' \
--header 'x-simli-api-key: <api-key>' \
--data '
{
"faceId": "<string>",
"apiVersion": "<string>",
"sessionAggregator": "<string>",
"handleSilence": true,
"maxSessionLength": 3600,
"maxIdleTime": 300,
"startFrame": 0,
"audioInputFormat": "pcm16"
}
'