curl --location --request PUT 'https://app.asana.com/api/1.0/enum_options/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"color": "blue",
"enabled": true,
"name": "Low",
"insert_after": "12345",
"insert_before": "12345"
}
}'
{
"data": {
"gid": "12345",
"resource_type": "task",
"color": "blue",
"enabled": true,
"name": "Low"
}
}