Reply Messagescurl --location --request POST '/apis/v1/messages/reply' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageId": "9985hhht8853hyhee",
"message": "Hello, yes this is right!",
"sender": "johndoe"
}'{
"status": "success",
"message": "Message reply successfully"
}