profile.created{
"event": "profile.created",
"timestamp": "2026-07-15T10:04:00Z",
"account_id": 11073,
"location_id": "901234",
"data": {
"source": "user"
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "profile.created",
"timestamp": "2026-07-15T10:04:00Z",
"account_id": 11073,
"location_id": "901234",
"data": {
"source": "user"
}
}'{}