{
"device_id": "string",
"custom_conf": "string"
}
curl --location --request PUT '/v2/ai/event-retrieval/device' \
--header 'X-Tg-App-Id;' \
--header 'Accept-Language;' \
--header 'Authorization;' \
--header 'X-Tg-Signed-Headers;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-Content-Sha256;' \
--header 'X-Tg-Algorithm;' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string",
"custom_conf": "string"
}'
{}