curl --location --request POST 'https://app.asana.com/api/1.0/custom_fields//enum_options/insert' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"after_enum_option": "12345",
"before_enum_option": "12345",
"enum_option": "97285"
}
}'
{
"data": {
"gid": "12345",
"resource_type": "task",
"color": "blue",
"enabled": true,
"name": "Low"
}
}