curl --location --request POST 'https://aiagent-openapi.sjzn.com/v1/user/creation/create' \
--header 'sja-application-code: SzpXTAfS5er2LbAf' \
--header 'sja-token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjY3ZWNmNGI5Yzk2YzYzYTM0MTcyY2FhIiwibmFtZSI6IueUqOaIty0xMDAwODkiLCJsb2dpbkNvdW50IjoxOH0sImlhdCI6MTczNDY4MDc2NiwiZXhwIjoxNzM0NzY3MTY2fQ.hroydpd9xXJtEEFrYz5XBgPk9BzzFYlauvzXKy9uecY' \
--header 'sja-version: 1.4.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"type": "string",
"figureId": "string",
"speakerId": "string",
"speed": "string",
"audioType": "string",
"audioUrl": "string",
"callbackUrl": "string",
"language": "string",
"speakerType": "string",
"voiceType": "string"
}'