curl --request GET \
--url https://api.letpiper.com/v1/orgs/{org_id}/board-layout/ \
--header 'Authorization: Bearer <token>'{
"positions": {}
}Get the board layout for the organization’s agent canvas.
curl --request GET \
--url https://api.letpiper.com/v1/orgs/{org_id}/board-layout/ \
--header 'Authorization: Bearer <token>'{
"positions": {}
}