curl --location --request GET 'https://prod.your-api-server.com/api/v1/contact/' \ --header 'Authorization: {{auth_token}}' \ --header 'Content-Type: application/json'
{}