Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request POST 'https://www-staging.givve.com//api/scheduled_load_orders/yearly_bulk' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"save_mode": "some text",
entries: []
}'{}