curl --location --request GET '/messages/id?quantity=2000' \ --header 'Accept: application/json' \ --header 'Authorization: {{LATEST_INSTANCE_TOKEN}}' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{}