curl --request POST \
--url https://api.v2.dumgum.com/cs/v1/content_creation/conversations/enqueue \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userProfileId": "<string>",
"personaProfileId": "<string>",
"language": "EN",
"userProfileVersion": "<string>",
"personaProfileVersion": "<string>",
"tags": {},
"testMode": true,
"replyParameters": {
"chatModel": "dating-smart-1",
"bufferSeconds": "15",
"maxProcessingTimeSeconds": "300",
"enableSexualTextContent": null,
"fixedResponseLength": false,
"sentenceLength": null,
"messageLength": null,
"personaPersonality": null,
"generatePersonality": null,
"profileDistance": null,
"emojis": null,
"fluencyDegradation": null,
"multipleMessagesPerReply": false,
"replyTypingDelay": "INSTANT",
"icebreakerType": null,
"engage": null,
"disableSafetyFeatures": null
}
}'