Describe the suggested improvement
In
|
const response = await useFetchFromServiceControl(`messages/${message.message_id}/body`); |
we are constructing a url to retrieve the message body.
We should instead retrieve the
body_url from the payload that comes from the REST API.
Additional Context
No response