Authorization: Bearer ********************curl --location --request GET 'https://mock.apidog.com/m1/479670-0-default/v1/site/' \
--header 'Authorization: Bearer <token>'{
    "id": "abc-789",
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z",
    "first_name": "John",
    "last_name": "Doe",
    "company_name": "ABC Co.",
    "email": "[email protected]",
    "state_code": "AK",
    "city": "San Francisco",
    "zip_code": "88800",
    "street_address": "123 Main St",
    "street_address2": "string",
    "service_account_id": "deprecated"
}