curl --request POST \
--url https://api.example.com/v2/embeddings \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"avatar_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"context_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"voice_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "DEFAULT",
"max_session_duration": 123,
"default_language": "<string>",
"is_sandbox": false
}
'