curl --request POST \
--url https://api.prelude.dev/v2/watch/predict \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"target": {
"type": "phone_number",
"value": "+30123456789"
},
"signals": {
"ip": "192.0.2.1",
"device_id": "8F0B8FDD-C2CB-4387-B20A-56E9B2E5A0D2",
"device_platform": "ios",
"device_model": "iPhone17,2",
"os_version": "18.0.1",
"app_version": "1.2.34",
"user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1",
"is_trusted_user": false
},
"dispatch_id": "<string>",
"metadata": {
"correlation_id": "<string>"
}
}'