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