curl --location --request POST 'https://api.github.com/projects/columns/cards//moves' \
--header 'Content-Type: application/json' \
--data-raw '{
"column_id": 42,
"position": "bottom"
}'
null
top
, bottom
, or after:<card_id>
to place after the specified card.