Authorization: Bearer ********************Authorization: Bearer ********************curl --location --request PATCH '/api/projects//agents//acquisition/segment-draft' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"expected_version_id": "550e8400-e29b-41d4-a716-446655440000",
"expected_revision": 1,
"required_consents": [
{
"document_id": "507f1f77bcf86cd799439011",
"version": 1,
"sort": 0
}
],
"subscription_assignment_role": "primary"
}'{
"segment_id": "string",
"version_id": "string",
"revision": 0,
"required_consents": [
{
"document_id": "string",
"version": 1,
"file_url": "https://cdn.example.com/privacy.pdf",
"content": "Настоящим я даю согласие на обработку персональных данных...",
"document_name": "Согласие на обработку персональных данных",
"sort": 0
}
],
"subscription_assignment_role": "primary",
"has_unpublished_changes": true
}