I just discovered that it's possible to catch an event when users send conversation messages in Canvas. When I log the event information I see that I have a `conversions_id`. But if I call the api with `/api/v1/conversations/:id` I get 404 back.
Then I realized that `/api/v1/conversations` returns an empty array.
Please give me some guidance on how to use the conversions endpoint.