Move Event Request
$TOKEN="<access_token>"
curl -X POST -H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKEN" \ -d '{
\"data\": {
\"oldSystemPrimaryId\": \"AVC123456789012\",
\"systemPrimaryId\" :\"123412313134131\"
}
}' \ "http://api.in.telstra.com.au/device-dm/v1/device/services/move"