patch https://api.dev.givecard.dev/api/v1/autopayouts//
Modifies an autopayout. Modifications can optionally be made to the amount, name, frequency of the autopayout (daily, weekly, monthly), status (active or ended), start and end dates. Returns the modified autopayout.
Modifications to a date must be in the format YYYY-MM-DD
If you intend to change the frequency of the payment or special case (payment on the last day of the month), please pass the date you'd like the first payment to go out on as startDate.
If you intend to switch from a set end date to indefinite, please set clearEndDate to true.
If you intend to cancel the autopayout and immediately stop payments, set status to 'ended'.