curl --request POST \
--url https://dash.betteruseblockchain.com/api/v1/registry/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "<string>",
"metadata": [
{
"type": "TEXT",
"key": "<string>",
"value": "<string>",
"title": "<string>",
"file": "<string>"
}
],
"folder_id": "<string>",
"callback_url": "<string>",
"data_encrypted": true,
"template": "STORAGE",
"description": "<string>"
}'