Zoho Cliq create remind api

Zoho Cliq create remind api

I was trying to create a message as reminder in a chat, I been used the cliq remind api, i couldn't get the output as normal as i expected. rather i got errors, please help me with solving the issue.

Code I used :
remindchat = invokeurl
[
type :POST
parameters:params
headers:header_data
connection:"cliqconnection"
];

PARAMETERS:
{
  • "message_id""1718683740938_60826363966",
  • "chat_id""2204036488353634801",
  • "time""1718686520000"
}

ERROR RESPONSE:
{
  • "code""input_datatype_mismatch",
  • "message""Mismatch in accepted data type for 'message_id' param."
}

I did check the id, by clicking the copy message url, it is exactly the same id.
what type it may be expecting? String or number? 
can you please help me out. thank you.