Can't update custom field value using Asana API

Should be:

"data": {
  "custom_fields": {
    "23456789": "Test Value",
    "987654321": "Test Value 2"
  }
}