Authorization: ********************curl --location --request PATCH '/api/v2/reminders/fund-request//toggle' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_auto_reminder": true
}'{
"errors": [
{
"code": "openapi_spec_request_parse_failed",
"detail": "string"
}
]
}