cURL
curl --request POST \ --url https://app.luly.ai/api/v1/sms/messages/get \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "to": "<string>", "from": [ {} ] }'
{ "status": "success", "pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1" }
Get the list of SMS messages for a given conversation.