curl --request GET \
--url https://testnet.polybase.xyz/v0/collections/polybase%2Fcore%2Fusers/records/id123\
--header 'Accept: application/json'
Path Params
The path to the collection holding the record. This must be URL encoded, so a collection path of polybase/core/users would be requested as polybase%2Fcore%2Fusers.
A unique identifier for the record, as defined by the collection constructor function.