curl --request PUT \
--url https://api.example.com/v1/ui/connected-accounts/payout-schedule \
--header 'Content-Type: application/json' \
--data '
{
"interval": "manual",
"weekly_anchor": "<string>",
"monthly_anchor": 123
}
'curl --request PUT \
--url https://api.example.com/v1/ui/connected-accounts/payout-schedule \
--header 'Content-Type: application/json' \
--data '
{
"interval": "manual",
"weekly_anchor": "<string>",
"monthly_anchor": 123
}
'