List all active advisory locks for the organization.
Returns: List of active lock entries.
curl --request GET \
--url https://api.example.com/presence/locks/[
{
"resource_id": "<string>",
"agent_id": "<string>",
"organization_id": "<string>",
"acquired_at": "2023-11-07T05:31:56Z"
}
]curl --request GET \
--url https://api.example.com/presence/locks/[
{
"resource_id": "<string>",
"agent_id": "<string>",
"organization_id": "<string>",
"acquired_at": "2023-11-07T05:31:56Z"
}
]