curl --location --request POST 'https://dev.isaac.wellnessliving.com/omega/projects//messages/record' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY;' \
--data-raw '{
"user_message": "Hello! I'\''m your virtual assistant. How can I help you today?",
"user_id": "12345",
"channel": "sms",
"bot_message": "Hello! I'\''m your virtual assistant. How can I help you today?",
"ripples_session_id": "67890",
"user_details": {
"user_profile": {
"email": "john.doe@example.com",
"first_name": "John",
"full_name": "John Doe",
"last_name": "Doe",
"parent_universal_user_id": "12345",
"phone_number": "+1234567890",
"universal_user_id": "12345",
"user_id_alias": "12345",
"user_id_hash": "12345"
}
}
}'