curl --request POST \
--url https://api.gocobalt.io/api/v2/public/datastore/config/:slug/:datastore_name/search \
--header 'Content-Type: application/json' \
--header 'linked_account_id: <linked_account_id>' \
--header 'x-api-key: <api-key>' \
--data '
{
"record_id": "<string>",
"item": "<string>",
"value": "<string>"
}
'