I am getting a 500 error when trying to schedule an event but only when some of the fields in the data JSON structure contain Asian character set characters.
here is an example of the JSON
{ ticket_id: 1234, email: 'someone@email.com', canned_detail: { a_n: 'Agent', a_e: 'agent@email.com', g_n: 'Services', r_fn: '黄', r_ln: '', r_n: '黄' }, language: 'en' }