curl --request POST \
--url https://your-sift-api-url.com/api/v2/protobuf-descriptors:add \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"protobufDescriptor": {
"messageTypeFullName": "<string>",
"fileDescriptorSet": "aSDinaTvuI8gbWludGxpZnk=",
"protoFileName": "<string>",
"namespace": "<string>",
"protobufDescriptorId": "<string>"
},
"forceDuplicateRegistration": true
}
'