{
"rating": "like",
"user": "abc-123"
}curl --location --request POST 'http://172.20.238.8:48806/v1/messages/86779055-172d-4ac5-bddc-70ad6bfa211f/feedbacks' \
--header 'Authorization: Bearer app-o6q5ilgN8tOmeffJRDgXNTM5' \
--header 'Content-Type: application/json' \
--data-raw '{
"rating": "like",
"user": "abc-123"
}'{}