curl --request POST \
--url https://api.example.com/api/Conversation/audio \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form audio='@example-file' \
--form ConversationIntegrationType=0 \
--form 'From=<string>' \
--form UserId=123 \
--form 'UserName=<string>' \
--form 'UserAgentCode=<string>' \
--form ChannelId=123 \
--form ChecklistId=123 \
--form QueueId=123 \
--form CreatedAt=2023-11-07T05:31:56Z