curl --location -g --request POST 'https://app-dev.jollor.com/api/public/v1/projects/<your project_id>/facebook/conversations/{{conversation_id}}/messages' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "hello public api {{$guid}}"
}'
{}