changeCustomListItemPosition Change the position of a series in a custom list. POST /content/v2/${account_uuid}/custom-lists/${list_id}/${series_id}/position # Request Headers Content-Type: application/json Authorization: Bearer ${TOKEN} # Request Body { "location": ${LOCATION} }