Authorization: Bearer ********************{
"message_content": "string"
}curl --location --request PATCH '/chats//messages/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_content": "string"
}'{
"status": "success",
"data": {
"ID": 164,
"UserID": 1,
"ChatID": 9,
"Content": "edit it!",
"IsDeleted": false,
"DeletedAt": "0001-01-01T00:00:00Z",
"CreatedAt": "2024-10-07T13:26:51.555182Z",
"UpdatedAt": "2024-10-07T17:46:20.227344Z",
"SenderName": "Qwerty"
}
}