Gets a location for an organization
curl --request GET \ --url https://console.lomaplatform.com/api/org/v1/locations/{id} \ --header 'API-Key: <api-key>'
{ "id": "<string>", "external_id": "<string>", "name": "<string>", "address_line_1": "<string>", "address_line_2": "<string>", "address_city": "<string>", "address_state": "<string>", "address_zip": "<string>", "date_opened": "<string>", "created_at": "<string>", "updated_at": "<string>" }
API Key for the organization