{
"params": {
"user_id": "1f020444-59fc-6ab8-b914-12a53b25f111",
"asset_id": "1f020444-59fc-6ab8-b914-12a53b25f112",
"voting_url": "https://example.com/prox-vote-url",
"voting_deadline": "2025-06-20T08:55:14.119Z"
}
}{
"params": {
"user_id": "1f020444-59fc-6ab8-b914-12a53b25f111",
"asset_id": "1f020444-59fc-6ab8-b914-12a53b25f112",
"voting_url": "https://example.com/prox-vote-url",
"voting_deadline": null
}
}200, 201, 202 or 204 status to indicate that the data was received successfullycurl --location 'https://your-api-server.com' \
--header 'X-BTS-Idempotency-Key;' \
--header 'Signature;' \
--header 'Content-Digest;' \
--header 'Date;' \
--header 'Content-Type: application/json' \
--data '{
"params": {
"user_id": "1f020444-59fc-6ab8-b914-12a53b25f111",
"asset_id": "1f020444-59fc-6ab8-b914-12a53b25f112",
"voting_url": "https://example.com/prox-vote-url",
"voting_deadline": "2025-06-20T08:55:14.119Z"
}
}'