curl --request POST \
--url https://api.diadna.cloud/diamond/areStonesVerified \
--header 'Content-Type: application/json' \
--header 'secret-key: <api-key>' \
--data '
{
"stones": [
{
"id": "<string>",
"type": "POLISH-POLISH"
}
],
"companyName": "<string>"
}
'