{ "reference": "vaults/production_vault_id/items/database_credentials_item_id" }
curl --location --request POST 'https://api.scrapeless.com/browser/one-password/secret' \ --header 'x-api-token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "reference": "vaults/production_vault_id/items/database_credentials_item_id" }'
{ "secret": "mysecretpassword123" }