cURL
curl --request POST \ --url https://app.leafpress.io/property/all_ids \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '