curl --location --request POST 'https://app.asana.com/api/1.0/projects//sections' \
--header 'Content-Type: application/json' \
--data-raw '{
    "data": {
        "insert_after": "987654",
        "insert_before": "86420",
        "name": "Next Actions",
        "project": "13579"
    }
}'{
    "data": {
        "gid": "12345",
        "resource_type": "task",
        "name": "Next Actions",
        "created_at": "2012-02-22T02:06:58.147Z",
        "project": {
            "gid": "12345",
            "resource_type": "task",
            "name": "Stuff to buy"
        },
        "projects": [
            {
                "gid": "12345",
                "resource_type": "task",
                "name": "Stuff to buy"
            }
        ]
    }
}