curl --location --request GET '/entities/ContactAccountRelations/'{
    "success": true,
    "data": {
        "is_delete_protected": false,
        "id": "01234567-abcd-dcba-ffff-000000000000",
        "is_deleted": false,
        "modified": "2019-01-01T00:00:00",
        "created": "2019-01-01T00:00:00",
        "account": "http://example.com",
        "contact": "http://example.com",
        "account_id": "01234567-abcd-dcba-ffff-000000000000",
        "comment": "string",
        "contact_id": "01234567-abcd-dcba-ffff-000000000000",
        "is_assistant": false,
        "is_primary": false,
        "is_sibling": false,
        "position": "string",
        "relationship": 0,
        "revision": 1,
        "account_roles": [
            "http://example.com"
        ]
    }
}