before_section
or after_section
is required.curl --location --request POST 'https://app.asana.com/api/1.0/projects//sections/insert' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"after_section": "987654",
"before_section": "86420",
"project": "123456",
"section": "321654"
}
}'
{
"data": {}
}