curl --request POST \
--url https://api.bunny.net/mc/registries/digest \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"registryId": "<string>",
"imageName": "<string>",
"imageNamespace": "<string>",
"tag": "<string>"
}
'