X-DPT-AUTHORIZATION: ********************{
"votingConfigurationId": "example_voting_configuration_id",
"question": "Example question",
"title": "Example title",
"skipAuthenticatorDevices": [
""
],
"nonce": ""
}curl --location --request POST 'https://sandbox.privicore.com:9009/voting/create' \
--header 'X-DPT-AUTHORIZATION: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"votingConfigurationId": "example_voting_configuration_id",
"question": "Example question",
"title": "Example title",
"skipAuthenticatorDevices": [
""
],
"nonce": ""
}'